mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-11 01:26:10 +01:00
Unfortunately, `std::string` elements are (bare) chars. As these are the most likely type to be passed to these functions, make them use char instead of unsigned char. This avoids some casts. |
||
---|---|---|
.. | ||
bytevectorhash.cpp | ||
bytevectorhash.h | ||
memory.h | ||
moneystr.cpp | ||
moneystr.h | ||
strencodings.cpp | ||
strencodings.h | ||
system.cpp | ||
system.h | ||
time.cpp | ||
time.h |