aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-01 17:26:45 +0800
committerobscuren <geffobscura@gmail.com>2014-07-01 17:26:45 +0800
commit92693e44599c44e606813d2c3259cc9f6f81a644 (patch)
treeb108d081c3434256b5a8f11f671d3e8b0e07d08d /ethutil
parent39263b674c1a8a13a1c29349a48b3cdc4c5948db (diff)
downloadgo-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.gz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.bz2
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.lz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.xz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.zst
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.zip
The dragon has been slain. Consensus reached!
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/trie_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethutil/trie_test.go b/ethutil/trie_test.go
index 85d81b6f4..01207dbc3 100644
--- a/ethutil/trie_test.go
+++ b/ethutil/trie_test.go
@@ -318,6 +318,7 @@ func TestRegression(t *testing.T) {
for _, test := range data {
trie.Update(test[0], test[1])
}
+ trie.Delete("0x4e616d6552656700000000000000000000000000000000000000000000000000")
roots[string(trie.Root.([]byte))] += 1
}