Skip to content

Commit

Permalink
Merge pull request #818 from telosnetwork/817-fuel-service-not-workin…
Browse files Browse the repository at this point in the history
…g-as-expected

We remove deprecated validation on fuel response
  • Loading branch information
rozzaswap authored Jun 14, 2024
2 parents 2302d1b + cb2a1a5 commit 32b4518
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/api/fuel.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@ class FuelUserWrapper extends User {

const fee/*: string | null*/ = data.fee;

// Ensure the modified transaction is what the application expects
// These validation methods will throw an exception if invalid data exists
validateTransaction(
signer,
modifiedTransaction,
transaction,
data.costs,
);

// validate with the user whether to use the service at all
try {
await confirmWithUser(this.user, fee);
Expand Down

0 comments on commit 32b4518

Please sign in to comment.