Update transaction.go

This commit is contained in:
topianet 2023-12-29 13:27:28 +01:00 committed by GitHub
parent abd5ce48aa
commit 61c914d250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package ldb
import (
"github.com/kaspanet/kaspad/infrastructure/db/database"
"github.com/fabbez/topiad/infrastructure/db/database"
"github.com/pkg/errors"
"github.com/syndtr/goleveldb/leveldb"
)