fibercrypto / fibercrypto/skycoin
Failed tx send re-sends on restart
Open
core
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If coins fail to send due to networking problem, the transaction is resent on when restarted. It is probably saved to the unconfirmed pool then broadcast on restart.
This is unexpected behavior and caused me to send twice.
If the send fails due to a networking error, the transaction should not be saved to the unconfirmed pool and not be resent on startup.
This might only occur with #622 since I am running that branch
(See #627 #628)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.