diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-07 21:13:11 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-07 21:13:11 +0800 |
commit | 0c9c5439d44990817dbba2323971993149da2cce (patch) | |
tree | 4b77244b1ce72160a1434036977c7a473781665c /common | |
parent | 9e7d5d9d3b4ad686409fec7beb08792d38052a2c (diff) | |
parent | d673c34c8d4ae83a3765ed44ae9d0fb7ce1aa3c9 (diff) | |
download | dexon-0c9c5439d44990817dbba2323971993149da2cce.tar dexon-0c9c5439d44990817dbba2323971993149da2cce.tar.gz dexon-0c9c5439d44990817dbba2323971993149da2cce.tar.bz2 dexon-0c9c5439d44990817dbba2323971993149da2cce.tar.lz dexon-0c9c5439d44990817dbba2323971993149da2cce.tar.xz dexon-0c9c5439d44990817dbba2323971993149da2cce.tar.zst dexon-0c9c5439d44990817dbba2323971993149da2cce.zip |
Merge branch 'release/0.9.36' into develop
Diffstat (limited to 'common')
-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 890bdd9ca..0cbe040c0 100644 --- a/common/natspec/natspec_e2e_test.go +++ b/common/natspec/natspec_e2e_test.go @@ -141,7 +141,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 { |