Skip to content

Commit

Permalink
add nosec directives
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Feb 29, 2024
1 parent 3fc6a4a commit 1f8f76f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/crosschain/migrations/v5/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ func ResetTestnetNonce(
if !found {
continue
}
// #nosec G701 always in range for testnet chains
pn.NonceLow = int64(chainNonce.nonceLow)
// #nosec G701 always in range for testnet chains
pn.NonceHigh = int64(chainNonce.nonceHigh)
observerKeeper.SetPendingNonces(ctx, pn)
}
Expand Down

0 comments on commit 1f8f76f

Please sign in to comment.