Added address states for storing a session based address

This commit is contained in:
obscuren
2014-02-23 01:56:48 +01:00
parent 73b9ae9579
commit c66cf95b40
3 changed files with 97 additions and 7 deletions

8
ethchain/address_test.go Normal file
View File

@ -0,0 +1,8 @@
package ethchain
import (
"testing"
)
func TestAddressState(t *testing.T) {
}