Skip to content

Commit 75ebc11

Browse files
committed
fix lit
1 parent cdce8a1 commit 75ebc11

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

internal/datastore/multi.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ var (
3131
encStoreKey = byte('e')
3232
)
3333

34-
func prefix(root corekv.ReaderWriter, prefix []byte) corekv.ReaderWriter {
35-
return namespace.Wrap(root, prefix)
36-
}
37-
3834
type Multistore struct {
3935
block Blockstore
4036
data corekv.ReaderWriter

tests/integration/p2p_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func getP2POptions(opts []node.Option) []node.Option {
6060
}
6161
}
6262
return netOpts
63-
6463
}
6564

6665
func withPrivateKey(opts []node.Option, key []byte) []node.Option {

0 commit comments

Comments
 (0)