aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/trie_test.go
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-03-31 18:54:37 +0800
committerMaran <maran.hidskes@gmail.com>2014-03-31 18:54:37 +0800
commit5f49a659c36dbfb8c330ddc3d4565c19a9a936b5 (patch)
tree61e4c356238474e6c7e9965755e4a37a95a19f18 /ethutil/trie_test.go
parent6253d109389d49e47772597de24cd11874b91338 (diff)
downloaddexon-5f49a659c36dbfb8c330ddc3d4565c19a9a936b5.tar.gz
dexon-5f49a659c36dbfb8c330ddc3d4565c19a9a936b5.tar.zst
dexon-5f49a659c36dbfb8c330ddc3d4565c19a9a936b5.zip
More blockchain testing
Diffstat (limited to 'ethutil/trie_test.go')
-rw-r--r--ethutil/trie_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/trie_test.go b/ethutil/trie_test.go
index 79e5de921..0be512d9f 100644
--- a/ethutil/trie_test.go
+++ b/ethutil/trie_test.go
@@ -1,7 +1,7 @@
package ethutil
import (
- "fmt"
+ _ "fmt"
"reflect"
"testing"
)