Skip to content

Commit 927f896

Browse files
style: remove testing comments
1 parent 7116174 commit 927f896

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/src/bridge/FastBridgeSenderToEthereum.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ contract FastBridgeSenderToEthereum is SafeBridgeSenderToEthereum, IFastBridgeSe
6666
* @param _receiver The address of the contract on Ethereum which receives the calldata.
6767
* @param _calldata The receiving domain encoded message data.
6868
*/
69-
//0xa60a4db5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
70-
//0x5B38Da6a701c568545dCfcB03FcB875f56beddC4a60a4db55B38Da6a701c568545dCfcB03FcB875f56beddC4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
7169
function sendFast(address _receiver, bytes memory _calldata) external override {
7270
bytes32 messageHash = _encode(_receiver, _calldata);
7371
insertInBatch(messageHash);

0 commit comments

Comments
 (0)