We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7116174 commit 927f896Copy full SHA for 927f896
contracts/src/bridge/FastBridgeSenderToEthereum.sol
@@ -66,8 +66,6 @@ contract FastBridgeSenderToEthereum is SafeBridgeSenderToEthereum, IFastBridgeSe
66
* @param _receiver The address of the contract on Ethereum which receives the calldata.
67
* @param _calldata The receiving domain encoded message data.
68
*/
69
- //0xa60a4db5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
70
- //0x5B38Da6a701c568545dCfcB03FcB875f56beddC4a60a4db55B38Da6a701c568545dCfcB03FcB875f56beddC4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
71
function sendFast(address _receiver, bytes memory _calldata) external override {
72
bytes32 messageHash = _encode(_receiver, _calldata);
73
insertInBatch(messageHash);
0 commit comments