Skip to content

Commit 3dbec74

Browse files
chore: remove comment
1 parent 160827d commit 3dbec74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/bridge/FastBridgeReceiverOnEthereum.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ contract FastBridgeReceiverOnEthereum is SafeBridgeReceiverOnEthereum, IFastBrid
7070
* @dev Submit a claim about the `_batchMerkleRoot` for the last completed epoch from the Fast Bridge and submit a deposit. The `_batchMerkleRoot` should match the one on the sending side otherwise the sender will lose his deposit.
7171
* @param _batchMerkleRoot The batch merkle root claimed for the last completed epoch.
7272
*/
73-
//0x11afd631e338f093f1b49382d72a0ae9e4688ef0c78b11141a4145e045b7daa4
7473
function claim(bytes32 _batchMerkleRoot) external payable override {
7574
require(msg.value >= deposit, "Insufficient claim deposit.");
7675
require(_batchMerkleRoot != bytes32(0), "Invalid claim.");

0 commit comments

Comments
 (0)