diff options
author | obscuren <geffobscura@gmail.com> | 2014-02-23 08:56:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-02-23 08:56:48 +0800 |
commit | c66cf95b4019eeaf49db0c02cc7cb73c78098f5e (patch) | |
tree | 3a2d71c6cb493b84af463d2870a2afd4df18e049 /ethchain/address_test.go | |
parent | 73b9ae95797ce8c38d82cfcb7c793efea268f476 (diff) | |
download | go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.gz go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.bz2 go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.lz go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.xz go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.tar.zst go-tangerine-c66cf95b4019eeaf49db0c02cc7cb73c78098f5e.zip |
Added address states for storing a session based address
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) { +} |