做一个truffle相关的项目,每次尝试创建交易时,总会有以下的一个错误提示:
the tx doesn't have the correct nonce
完整的一般是这样:
Error: the tx doesn't have the correct nonce. account has nonce of: 14 tx has nonce of: 0
开发环境:
Truffle v3...
做一个truffle相关的项目,每次尝试创建交易时,总会有以下的一个错误提示:
the tx doesn’t have the correct nonce
完整的一般是这样:
Error: the tx doesn't have the correct nonce. account has nonce of: 14 tx has nonce of: 0
开发环境:
Truffl...