Skip to content

Commit

Permalink
Change gasTank field in txn to gasTankFee
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky authored Jun 21, 2022
1 parent 43a2c40 commit 0515377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Bundle(args) {
this.minFeeInUSDPerGas = args.minFeeInUSDPerGas
this.recoveryMode = args.recoveryMode
this.meta = args.meta
this.gasTank = args.gasTank
this.gasTankFee = args.gasTankFee
return this
}

Expand Down Expand Up @@ -63,7 +63,7 @@ Bundle.prototype.submit = async function({ fetch, relayerURL }) {
signature: this.signature,
signatureTwo: this.signatureTwo,
meta: this.meta,
gasTank: this.gasTank
gasTankFee: this.gasTankFee
}
)
return res
Expand Down

0 comments on commit 0515377

Please sign in to comment.