good morning!!!!

Skip to content
Snippets Groups Projects
Commit 922f881c authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

common/natspec: fixed test

parent bfcac898
Branches
Tags
No related merge requests found
...@@ -125,7 +125,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) { ...@@ -125,7 +125,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
AccountManager: am, AccountManager: am,
MaxPeers: 0, MaxPeers: 0,
PowTest: true, PowTest: true,
Etherbase: testAddress, Etherbase: common.HexToAddress(testAddress),
}) })
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment