Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build
Browse files Browse the repository at this point in the history
julienrbrt committed Jan 31, 2025
1 parent 894818e commit a310056
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/mempool/priority_nonce.go
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ package mempool

import (
"context"
"errors"
"fmt"
"math"
"sync"
1 change: 1 addition & 0 deletions types/mempool/sender_nonce.go
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ import (
"context"
crand "crypto/rand" // #nosec // crypto/rand is used for seed generation
"encoding/binary"
"errors"
"fmt"
"math/rand" // #nosec // math/rand is used for random selection and seeded from crypto/rand
"sync"

0 comments on commit a310056

Please sign in to comment.