Update leveldb.go

This commit is contained in:
topianet
2023-12-29 13:26:11 +01:00
committed by GitHub
parent a06067bd94
commit 66dbb976ea

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"
ldbErrors "github.com/syndtr/goleveldb/leveldb/errors"