File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func injectBuckets() {
78
78
79
79
startNonce := uint64 (1 )
80
80
count := uint64 (4 )
81
- for startNonce <= 20000 {
81
+ for startNonce <= 20 {
82
82
for nonce := startNonce ; nonce < startNonce + count ; nonce ++ {
83
83
fixedAmount := unit .ConvertIotxToRau (100 ).String ()
84
84
candidateName := candidateNames [rand .Intn (len (candidateNames ))]
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func injectCandidates(addrs []*util.AddressKey) {
64
64
startNonce := initNonce
65
65
count := uint64 (4 )
66
66
candNumber := uint64 (1 )
67
- for startNonce < initNonce + uint64 (27000 ) {
67
+ for startNonce < initNonce + uint64 (27 ) {
68
68
for nonce := startNonce ; nonce < startNonce + count ; nonce ++ {
69
69
fixedAmount := unit .ConvertIotxToRau (3000000 ).String ()
70
70
b := make ([]byte , 6 )
You can’t perform that action at this time.
0 commit comments