Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
[tests] geth 1.6.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Apr 18, 2017
1 parent afa55f2 commit 6e3482a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const startGeth = function* () {
gethPath,
balance: 5,
genesisBlock: {
difficulty: '0x1',
extraData: '0x1',
difficulty: '0x01',
extraData: '0x01',
},
gethOptions: {
port: 58546,
Expand Down Expand Up @@ -397,4 +397,3 @@ const Utils = {
}

};

0 comments on commit 6e3482a

Please sign in to comment.