You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 [backend/eth/channel] Fix nonce generation for transactions
- Previously, ERC20 deposit transactions would not work when using
ganache-cli node. Because ERC20 deposit involved two txs and both txs
got the same nonce.
- Now, track the nonce in contract backend for each account and use it
to ensure no two transactions get the same nonce.
Resolves#62.
Signed-off-by: Manoranjith <ponraj.manoranjitha@in.bosch.com
0 commit comments