diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2019-04-22 14:13:30 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2019-05-28 16:22:10 -0400 |
commit | 308b76732f97020c86977e29c854e8e27262cf7c (patch) | |
tree | db32ba135185490d45b61f0d766d73b1aebfb2e5 /src/bitcoin-cli.cpp | |
parent | f635a3ba118aeaf172534f9f802721a6ef07cafc (diff) |
Fix bug around transaction requests
If a transaction is already in-flight when a peer announces a new tx to us, we
schedule a time in the future to reconsider whether to download. At that future
time, there was a bug that would prevent transactions from being rescheduled
for potential download again (ie if the transaction was still in-flight at the
time of reconsideration, such as from some other peer). Fix this.
Diffstat (limited to 'src/bitcoin-cli.cpp')
0 files changed, 0 insertions, 0 deletions