Skip to content

Commit

Permalink
Merge pull request #181 from stojnovsky/master
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
2 parents 3fd0737 + 8d308e3 commit d853d1e
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 d853d1e

Please sign in to comment.