We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdce8a1 commit 75ebc11Copy full SHA for 75ebc11
internal/datastore/multi.go
@@ -31,10 +31,6 @@ var (
31
encStoreKey = byte('e')
32
)
33
34
-func prefix(root corekv.ReaderWriter, prefix []byte) corekv.ReaderWriter {
35
- return namespace.Wrap(root, prefix)
36
-}
37
-
38
type Multistore struct {
39
block Blockstore
40
data corekv.ReaderWriter
tests/integration/p2p_config.go
@@ -60,7 +60,6 @@ func getP2POptions(opts []node.Option) []node.Option {
60
}
61
62
return netOpts
63
64
65
66
func withPrivateKey(opts []node.Option, key []byte) []node.Option {
0 commit comments