Skip to content

Commit

Permalink
Highlight comment
Browse files Browse the repository at this point in the history
Highlight comment
  • Loading branch information
powether committed Mar 31, 2018
1 parent ea35648 commit e0dff05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/network-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ module.exports = {
//var max_gas_cost = 1704624;
var max_gas_cost = 1704624;

// HIGHlight for incompatiable with 0xBitcoinminer: Avoid, Error: Returned error: insufficient funds for gas * price + value error message, cause by current version of EVM, we are using max_gas_cost. Which is also correct.
// var estimatedGasCost = await mintMethod.estimateGas({gas: max_gas_cost, from:addressFrom, to: addressTo });


Expand Down

0 comments on commit e0dff05

Please sign in to comment.