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 595b1cc commit 93d099bCopy full SHA for 93d099b
1 file changed
src/protocol/taiko_alethia/MessageRelayer.sol
@@ -73,9 +73,7 @@ contract MessageRelayer is ReentrancyGuardTransient, IMessageRelayer {
73
bytes memory proof,
74
address tipRecipient
75
) external {
76
- if (tipRecipient != address(0)) {
77
- TIP_RECIPIENT_SLOT.asAddress().tstore(tipRecipient);
78
- }
+ TIP_RECIPIENT_SLOT.asAddress().tstore(tipRecipient);
79
80
ethBridge.claimDeposit(ethDeposit, height, proof);
81
}
0 commit comments