mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-06 20:08:55 +02:00
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.