Skip to content

Commit

Permalink
Update liquidator/liquidator.js
Browse files Browse the repository at this point in the history
Co-authored-by: nicholaspai <9457025+nicholaspai@users.noreply.github.com>
  • Loading branch information
chrismaree and nicholaspai authored Aug 7, 2020
1 parent 7d4acdf commit 7978564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidator/liquidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Liquidator {
this.fromWei = this.web3.utils.fromWei;
this.utf8ToHex = this.web3.utils.utf8ToHex;

// Multiplier to scale the amount of gas send with a transaction over and above the estimated gas from Truffle.
// Multiplier applied to Truffle's estimated gas limit for a transaction to send.
this.GAS_LIMIT_BUFFER = 1.25;

// Default config settings. Liquidator deployer can override these settings by passing in new
Expand Down

0 comments on commit 7978564

Please sign in to comment.