Replace placeholder nonce even if not used

This commit is contained in:
nolash 2021-02-15 19:27:06 +01:00
parent 65af3c9e32
commit eb0162fc9a
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ class TxFactory:
if self.nonce_oracle != None and use_nonce:
nonce = self.nonce_oracle.next()
logg.debug('using nonce {} for address {}'.format(nonce, sender))
o['nonce'] = nonce
o['nonce'] = nonce
return o

View File

@ -1,6 +1,6 @@
[metadata]
name = chainlib
version = 0.0.1a9
version = 0.0.1a10
description = Generic blockchain access library and tooling
author = Louis Holbrook
author_email = dev@holbrook.no