aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/address_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-23 08:56:48 +0800
committerobscuren <geffobscura@gmail.com>2014-02-23 08:56:48 +0800
commitc66cf95b4019eeaf49db0c02cc7cb73c78098f5e (patch)
tree3a2d71c6cb493b84af463d2870a2afd4df18e049 /ethchain/address_test.go
parent73b9ae95797ce8c38d82cfcb7c793efea268f476 (diff)
downloaddexon-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.gz
dexon-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.zst
dexon-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.zip
Added address states for storing a session based address
Diffstat (limited to 'ethchain/address_test.go')
-rw-r--r--ethchain/address_test.go8
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) {
+}