util: Move error message formatting of NonFatalCheckError to cpp

This allows to strip down the header file
This commit is contained in:
MacroFake
2022-05-10 18:12:23 +02:00
parent 547a963628
commit 2222ec71fd
3 changed files with 22 additions and 16 deletions

View File

@@ -59,6 +59,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
" src/threadinterrupt.cpp"\
" src/util/bip32.cpp"\
" src/util/bytevectorhash.cpp"\
" src/util/check.cpp"\
" src/util/error.cpp"\
" src/util/getuniquepath.cpp"\
" src/util/hasher.cpp"\