diff options
author | Carl Dong <contact@carldong.me> | 2022-06-21 10:37:10 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-06-28 15:42:40 -0400 |
commit | 1ecc77321deb61b9f6888e4e10752b9d972fd26e (patch) | |
tree | dd7b4c8f4800c3d250c2c7cd477c7d0080bda8e7 /src/protocol.cpp | |
parent | aa9141cd8185cb7ad532bc16feb9d302b05d9697 (diff) |
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Better to be explicit when it comes to time to avoid unintentional bugs.
-BEGIN VERIFY SCRIPT-
find_regex="DEFAULT_MEMPOOL_EXPIRY" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@\0_HOURS@g"
-END VERIFY SCRIPT-
Diffstat (limited to 'src/protocol.cpp')
0 files changed, 0 insertions, 0 deletions