Skip to content

Commit

Permalink
more lint fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Nov 23, 2024
1 parent 5cb19cd commit 58f2246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func createMessageSentLogPollerData(startNonce int64, i int, sourceDomainCCTP ui
buf = binary.BigEndian.AppendUint32(buf, sourceDomainCCTP)

buf = binary.BigEndian.AppendUint32(buf, destDomainCCTP)

// #nosec G115
buf = binary.BigEndian.AppendUint64(buf, uint64(nonce))

senderBytes := [12]byte{}
Expand Down

0 comments on commit 58f2246

Please sign in to comment.