Skip to content

Commit

Permalink
evm: fix formatting in WormholeTransceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIryna authored and nik-suri committed Dec 2, 2024
1 parent 51671d1 commit 855cb49
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions evm/src/Transceiver/WormholeTransceiver/WormholeTransceiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,16 @@ contract WormholeTransceiver is
wormholeRelayer.sendToEvm{value: deliveryPayment}(
destinationChain,
fromWormholeFormat(getWormholePeer(destinationChain)),
encodedTransceiverPayload,
encodedTransceiverPayload,
0, // receiverValue
0, // paymentForExtraReceiverValue,
gasLimit,
0, // paymentForExtraReceiverValue,
gasLimit,
destinationChain,
fromWormholeFormat(refundRecipient),
wormholeRelayer.getDefaultDeliveryProvider(),
wormholeRelayer.getDefaultDeliveryProvider(),
new VaaKey[](0),
consistencyLevel);
consistencyLevel
);

emit RelayingInfo(uint8(RelayingType.Standard), refundAddress, deliveryPayment);
} else if (!weIns.shouldSkipRelayerSend && isSpecialRelayingEnabled(recipientChain)) {
Expand Down

0 comments on commit 855cb49

Please sign in to comment.