diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-01 17:26:45 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-01 17:26:45 +0800 |
commit | 92693e44599c44e606813d2c3259cc9f6f81a644 (patch) | |
tree | b108d081c3434256b5a8f11f671d3e8b0e07d08d /ethutil | |
parent | 39263b674c1a8a13a1c29349a48b3cdc4c5948db (diff) | |
download | dexon-92693e44599c44e606813d2c3259cc9f6f81a644.tar.gz dexon-92693e44599c44e606813d2c3259cc9f6f81a644.tar.zst dexon-92693e44599c44e606813d2c3259cc9f6f81a644.zip |
The dragon has been slain. Consensus reached!
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/trie_test.go | 1 |
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 } |