mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* [NOD-1412] Remove ffldb, and make ldb implement all the database interfaces * [NOD-1412] Removed any reference to dataStore and updated block dbaccess to work directly with key/values
6 lines
123 B
Go
6 lines
123 B
Go
package ldb
|
|
|
|
import "github.com/kaspanet/kaspad/infrastructure/logger"
|
|
|
|
var log, _ = logger.Get(logger.SubsystemTags.KSDB)
|