Skip to content

Commit

Permalink
gix gasTank param
Browse files Browse the repository at this point in the history
fix gasTank param in Bundle.js
  • Loading branch information
stojnovsky authored Jun 7, 2022
1 parent 4103e1f commit 8d308e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function Bundle(args) {
this.minFeeInUSDPerGas = args.minFeeInUSDPerGas
this.recoveryMode = args.recoveryMode
this.meta = args.meta
this.gasTank = args.gasTank
return this
}

Expand Down

0 comments on commit 8d308e3

Please sign in to comment.