mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Delet => Delete
This commit is contained in:
@@ -27,6 +27,6 @@ func (self *SecureTrie) GetString(key string) []byte {
|
||||
func (self *SecureTrie) Delete(key []byte) Node {
|
||||
return self.Trie.Delete(crypto.Sha3(key))
|
||||
}
|
||||
func (self *SecureTrie) DeletString(key string) Node {
|
||||
func (self *SecureTrie) DeleteString(key string) Node {
|
||||
return self.Delete([]byte(key))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user