diff options
Diffstat (limited to 'ethchain/address_test.go')
-rw-r--r-- | ethchain/address_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ethchain/address_test.go b/ethchain/address_test.go new file mode 100644 index 000000000..161e1b251 --- /dev/null +++ b/ethchain/address_test.go @@ -0,0 +1,8 @@ +package ethchain + +import ( + "testing" +) + +func TestAddressState(t *testing.T) { +} |