Skip to content

Commit

Permalink
chore: update slither inline comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed Feb 25, 2025
1 parent 193b851 commit 29fd55a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ contract L1BitcoinDepositorLayerZero is L1BitcoinDepositor {

// Initiate a LayerZero token transfer that will mint L2 TBTC and
// send it to the user.
// solhint-disable-next-line check-send-result
// slither-disable-next-line arbitrary-send-eth
// solhint-disable-next-line check-send-result
(MessagingReceipt memory msgReceipt, OFTReceipt memory oftReceipt) = l1OFTAdapter
.send{value: msgFee.nativeFee}(
sendParam,
Expand Down

0 comments on commit 29fd55a

Please sign in to comment.