Skip to content

Commit

Permalink
fix gosec (#958)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Kelly <[email protected]>
  • Loading branch information
libotony and darrenvechain authored Jan 23, 2025
1 parent 8dc06f4 commit df5e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testchain/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (c *Chain) MintClauses(account genesis.DevAccount, clauses []*tx.Clause) er
Expiration(1000).
ChainTag(c.Repo().ChainTag()).
Gas(10e6).
Nonce(rand.Uint64()) // nolint
Nonce(rand.Uint64()) //#nosec G404

for _, clause := range clauses {
builer.Clause(clause)
Expand Down

0 comments on commit df5e113

Please sign in to comment.