diff --git a/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc b/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc index 81ec3f07..f8f4d734 100644 --- a/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc +++ b/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc @@ -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"),