diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-07 19:01:39 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-07 19:01:39 +0800 |
commit | 922f881c3d7c9139a6d7353f7eb23b8b19c6002d (patch) | |
tree | af5159fb466a1dd42fd4b08c18cfad6157131a17 | |
parent | bfcac89881f241d48488ace7774ea6e5195e9f22 (diff) | |
download | dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar.gz dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar.bz2 dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar.lz dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar.xz dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.tar.zst dexon-922f881c3d7c9139a6d7353f7eb23b8b19c6002d.zip |
common/natspec: fixed test
-rw-r--r-- | common/natspec/natspec_e2e_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go index db5ef2527..d6ce7a2b0 100644 --- a/common/natspec/natspec_e2e_test.go +++ b/common/natspec/natspec_e2e_test.go @@ -125,7 +125,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) { AccountManager: am, MaxPeers: 0, PowTest: true, - Etherbase: testAddress, + Etherbase: common.HexToAddress(testAddress), }) if err != nil { |