diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-08-01 20:01:35 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2022-08-29 12:41:50 -0400 |
commit | 3405f3eed5cf841b23a569b64a376c2e5b5026cd (patch) | |
tree | 41cf004d7f5a6b0e8b6285041f4e8f41f73597d7 /src | |
parent | 10d91c5abe9ed7dcc237c9d52c588e7d26e162a4 (diff) |
test: Test that an unconfirmed not-in-mempool chain is rebroadcast
The test checks that parent txs are broadcast before child txs.
The previous behavior is that the rebroadcasting would simply iterate mapWallet. As
mapWallet is a std::unsorted_map, the child can sometimes come before the parent and thus
be rebroadcast in the wrong order and fail the test.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions