diff options
author | fanquake <fanquake@gmail.com> | 2022-05-12 21:07:32 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-05-12 21:08:02 +0100 |
commit | 2709ffb9da42a89e8e03b6b2c594e4a5658d7dc2 (patch) | |
tree | 8ba8f8418e3e99ec3e8e73a1fe6aec9b52995c2a /test/functional/interface_usdt_coinselection.py | |
parent | dd9f61a184d4d395591ee3e9f1e839473e88ffd0 (diff) | |
parent | 672d49c863fd6b0f096f166aeb3504f51dfa7d19 (diff) |
Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width integer types (`u_int`... -> `uint`...)
672d49c863fd6b0f096f166aeb3504f51dfa7d19 scripted-diff: replace non-standard fixed width integer types (`u_int`...` -> `uint`...) (Sebastian Falbesoner)
Pull request description:
Fixed width integer types prefixed with `u_int` are not part of C++ (see https://en.cppreference.com/w/cpp/types/integer), so it's better to avoid and replace them with their standard-conforming counterparts. (For those interested in history, according to one theory those u_int... types have been introduced by BSD: https://stackoverflow.com/a/5163960, http://lists.freedesktop.org/archives/release-wranglers/2004-August/000923.html).
ACKs for top commit:
laanwj:
Code review ACK 672d49c863fd6b0f096f166aeb3504f51dfa7d19
fanquake:
ACK 672d49c863fd6b0f096f166aeb3504f51dfa7d19
Tree-SHA512: 68134a0adca0d5c87a7432367cb493491a67288d69a174be2181f8e26efa968d966b9eb1cde94813942405063ee3be2a3437cf2aa5f71375f59205cbdbf501bb
Diffstat (limited to 'test/functional/interface_usdt_coinselection.py')
0 files changed, 0 insertions, 0 deletions