From fada2f91108a56cc5c447bd6b6fac411e4d5cdca Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 14 Jul 2023 11:28:42 +0200 Subject: [PATCH] refactor: Replace with All code in this repo uses , except for a few lines. This is confusing and potentially dangerous, if the safe wrappers are not used. --- src/bitcoin-chainstate.cpp | 6 +++--- src/common/args.cpp | 1 - src/policy/fees.cpp | 4 ++-- src/util/fs.h | 1 + src/util/fs_helpers.cpp | 4 +--- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/bitcoin-chainstate.cpp b/src/bitcoin-chainstate.cpp index fc83a4ad3a..995b4781fc 100644 --- a/src/bitcoin-chainstate.cpp +++ b/src/bitcoin-chainstate.cpp @@ -26,13 +26,13 @@ #include #include