util: Add CHECK_NONFATAL and use it in src/rpc

This commit is contained in:
MarcoFalke
2019-09-23 14:45:51 -04:00
parent 0ff7cd7d0c
commit faeb666536
6 changed files with 63 additions and 10 deletions

View File

@@ -206,6 +206,7 @@ BITCOIN_CORE_H = \
undo.h \
util/bip32.h \
util/bytevectorhash.h \
util/check.h \
util/error.h \
util/fees.h \
util/spanparsing.h \