aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-07-07 21:13:11 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-07 21:13:11 +0800
commit0c9c5439d44990817dbba2323971993149da2cce (patch)
tree4b77244b1ce72160a1434036977c7a473781665c /common
parent9e7d5d9d3b4ad686409fec7beb08792d38052a2c (diff)
parentd673c34c8d4ae83a3765ed44ae9d0fb7ce1aa3c9 (diff)
downloaddexon-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.go2
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 {