Open bafu opened 3 years ago
Can make accounts[0] to bid successfully:
truffle(thunder-testnet)> tteth = await ERC20Token.at("0x6757D10620c46219aF1E2f0E23144682d1aDBCC2")
truffle(thunder-testnet)> tteth.approve("0x0e532A69bEFe23cAb46a395c6D774D3A449A52EA", 50, {from: accounts[0]})
truffle(thunder-testnet)> a.bid(0)
but accounts[1] fails to run approve
truffle(thunder-testnet)> await tteth.approve("0x0e532A69bEFe23cAb46a395c6D774D3A449A52EA", 40, {from: accounts[1]})
Uncaught { code: -32000, message: 'nonce too low' }
Stes to Reproduce
Error Logs