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
Describe the bug
When sending a message from Lotus Lite node the nonce is always set to 0.
Version (run lotus version):
Local:
Daemon: 1.7.0-dev+mainnet+git.8a19ddbb9+api1.1.0
Local: lotus version 1.7.0-dev+mainnet+git.8a19ddbb9
Remote:
Daemon: 1.7.0-dev+mainnet+git.8a19ddbb9+api1.1.0
Local: lotus version 1.7.0-dev+mainnet+git.8a19ddbb9
To Reproduce
Steps to reproduce the behaviour:
Start lotus lite node.
Send two messages, second will fail with: ERROR: executing send: mpool push: failed to push message: minimum expected nonce is 6: message nonce too low
Expected behaviour
Message sending works.
Logs
2021-04-08T19:25:08.071+0200 WARN rpc [email protected]/handler.go:279 error in RPC call to 'Filecoin.MpoolPushMessage': mpool push: failed to push message:
github.com/filecoin-project/lotus/node/impl/full.(*MpoolAPI).MpoolPushMessage.func1
/home/kubuxu/work/github.com/filecoin-project/lotus/node/impl/full/mpool.go:184
- minimum expected nonce is 6: message nonce too low
The text was updated successfully, but these errors were encountered:
Describe the bug
When sending a message from Lotus Lite node the nonce is always set to 0.
Version (run
lotus version
):Local:
Remote:
To Reproduce
Steps to reproduce the behaviour:
ERROR: executing send: mpool push: failed to push message: minimum expected nonce is 6: message nonce too low
Expected behaviour
Message sending works.
Logs
The text was updated successfully, but these errors were encountered: