Skip to content

Commit

Permalink
add log details
Browse files Browse the repository at this point in the history
  • Loading branch information
loic1 committed Feb 20, 2025
1 parent e2a0c9a commit cf9b9b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down
1 change: 1 addition & 0 deletions evm-bridging/cadence/transactions/unwrap_nfts.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down
1 change: 1 addition & 0 deletions evm-bridging/cadence/transactions/wrap_nfts.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ access(all) fun mustCall(
message: "Failed to call '".concat(functionSig).concat("'\n\t\t error code: ")
.concat(res.errorCode.toString()).concat("\n\t\t message: ")
.concat(res.errorMessage)
.concat("\n\t\t coa evm address: 0x").concat(coa.address().toString())
)

return res
Expand Down

0 comments on commit cf9b9b9

Please sign in to comment.