Skip to content

Commit

Permalink
fix failing Cadence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 15, 2024
1 parent e13f8a9 commit c1cc1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ contract FlowEVMBridgeAccessor {
executed: "Callback must be executed"
}
executed = true
is
return caller.call(
to: FlowEVMBridge.getAssociatedEVMAddress(with: type)
?? panic("No EVM address associated with type"),
Expand Down

0 comments on commit c1cc1aa

Please sign in to comment.