core, eth, ethdb, trie: simplify range proofs
This commit is contained in:
@ -90,7 +90,6 @@ func (b *spongeBatch) Put(key, value []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (b *spongeBatch) Delete(key []byte) error { panic("implement me") }
|
||||
func (b *spongeBatch) KeyCount() int { panic("not implemented") }
|
||||
func (b *spongeBatch) ValueSize() int { return 100 }
|
||||
func (b *spongeBatch) Write() error { return nil }
|
||||
func (b *spongeBatch) Reset() {}
|
||||
|
Reference in New Issue
Block a user