Skip to content

Commit

Permalink
Increase "maxSenderNonces" to 150 (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Nov 17, 2023
1 parent ddd7e7e commit 68c80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm/recipient.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var errInsufficientSenderReserve = errors.New("insufficient sender reserve")
var maxWinProb = new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(1))

// max number of sender nonces for a given recipient random hash
var maxSenderNonces = 50
var maxSenderNonces = 150

var paramsExpirationBlock = big.NewInt(10)
var paramsExpiryBuffer = int64(1)
Expand Down

0 comments on commit 68c80a1

Please sign in to comment.