Open canndrew opened 7 years ago
Fixes #22
Rather than grabbing a list of all of the transactions I just keep increasing the nonce value assuming it'll still finish in linear time. Also, start off with a pseudo-random nonce.
Do these changes make sense?
Fixes #22
Rather than grabbing a list of all of the transactions I just keep increasing the nonce value assuming it'll still finish in linear time. Also, start off with a pseudo-random nonce.
Do these changes make sense?