Skip to content

Commit

Permalink
Remove panic from Cadence TX (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Feb 19, 2025
1 parent e843d56 commit f691a8c
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 f691a8c

Please sign in to comment.