< bitcoin-git>
[bitcoin] hebasto opened pull request #19588: test: Use uniform distribution for random intervals in functional tests (master...200725-uni-test) https://github.com/bitcoin/bitcoin/pull/19588
< instagibbs>
unless it's an important improvement I'd be careful about deprecating highly used commands/args combos
< sipa>
sdaftuar: i was thinking of tx request data as being a map keyed by (is_wtxid, hash), but perhaps that's not the best mental model
< luke-jr>
instagibbs: not highly used if it's that new I'd think
< sipa>
and it's better to see is_wtxid more as metadata along with the rest of the data, but just keyed by hash
< sdaftuar>
sipa: yes, i think that's basically how i was thinking about it.
< sipa>
sdaftuar: that makes sense... it also means m_tx_in_flight and m_tx_announced should probably just be by hash
< sipa>
aj: that means i'd be reverting to your original patch, really :)
< aj>
sipa: sometimes the simplest approach is the best!