paritytech / polkadot-stps

Polkadot Standard Transactions Per Second (sTPS) performance benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manually set the nonce for signing

ggwpez opened this issue · comments

signer.set_nonce should be used since otherwise it will request the last nonce from the RPC.
Just putting it here as to not forget it.