0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/policy
Carl Dong 716bb5fbd3 scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Better to be explicit when it comes to sizes to avoid unintentional
bugs. We use MB and KB all over the place.

-BEGIN VERIFY SCRIPT-
find_regex="DEFAULT_(ANCESTOR|DESCENDANT)_SIZE_LIMIT" \
    && git grep -l -E "$find_regex" \
        | xargs sed -i -E "s@$find_regex@\0_KVB@g"
-END VERIFY SCRIPT-
2022-06-28 15:42:40 -04:00
..
feerate.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
feerate.h Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
fees.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
fees.h Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
packages.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
packages.h scripted-diff: Rename anc/desc size limit vars to indicate SI unit 2022-06-28 15:42:40 -04:00
policy.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
policy.h scripted-diff: Rename anc/desc size limit vars to indicate SI unit 2022-06-28 15:42:40 -04:00
rbf.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
rbf.h Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
settings.cpp Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00
settings.h Move minRelayTxFee to policy/settings 2022-05-31 15:05:57 +02:00