Skip to content

Commit

Permalink
Remove panic from Cadence TX
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 19, 2025
1 parent e843d56 commit a39cfd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fcl-ethereum-provider/src/cadence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ transaction(evmContractAddressHex: String, calldata: String, gasLimit: UInt64, v
gasLimit: gasLimit,
value: valueBalance
)
assert(callResult.status == EVM.Status.successful, message: "Call failed")
}
}`

Expand Down

0 comments on commit a39cfd7

Please sign in to comment.