mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
update go-datastore to latest
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -43,7 +43,7 @@ func NewBlockstore(d ds.ThreadSafeDatastore) Blockstore {
|
||||
}
|
||||
|
||||
type blockstore struct {
|
||||
datastore ds.BatchingDatastore
|
||||
datastore ds.Batching
|
||||
// cant be ThreadSafeDatastore cause namespace.Datastore doesnt support it.
|
||||
// we do check it on `NewBlockstore` though.
|
||||
}
|
||||
|
Reference in New Issue
Block a user