aesirxio / web3-id-preregistration-backend

Backend for the pre-registration and share2earn of web3 id
GNU General Public License v3.0
0 stars 3 forks source link

Clear nonce after operations #40

Open jatitoam opened 1 year ago

jatitoam commented 1 year ago

Nonce clearing had to be removed because it was erroring: https://github.com/aesirxio/web3-id-preregistration-backend/pull/38/files#diff-6c4875e40137c97f86e41e27c47b8f795a9a85d5d31d5f04fa0ef43ddfe105adR114

I believe it's because the Account object cannot be reused and it has to be cloned.

Please investigate and fix so we can restore back these lines.