diff options
author | Carl Dong <contact@carldong.me> | 2022-07-07 16:32:52 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-07-15 11:35:13 -0400 |
commit | 813962da0b17b918941c6849996845e35d84a451 (patch) | |
tree | 0aeefc022c8f8b819604f1241bf15fdd1990c628 /src/key_io.h | |
parent | 413f4bb52b72e082ad8716664ede48352b8e7e5a (diff) |
scripted-diff: Rename m_is_loaded -> m_load_tried
m_is_loaded/IsLoaded() doesn't actually indicate whether or not the
mempool was successfully, loaded, but rather if a load has been
attempted and did not result in a catastrophic ShutdownRequested.
-BEGIN VERIFY SCRIPT-
find_regex="\bm_is_loaded\b" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@m_load_tried@g"
find_regex="\bIsLoaded\b" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@GetLoadTried@g"
find_regex="\bSetIsLoaded\b" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@SetLoadTried@g"
-END VERIFY SCRIPT-
Diffstat (limited to 'src/key_io.h')
0 files changed, 0 insertions, 0 deletions