diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-23 14:45:51 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-18 17:19:36 -0400 |
commit | faeb6665362e35f573ad715ade0ef2db62d71839 (patch) | |
tree | 45850a75344361ee5537510375d363e9367d00ab /src/Makefile.am | |
parent | 0ff7cd7d0c074448db636bcc73e7879b7e4b21ec (diff) |
util: Add CHECK_NONFATAL and use it in src/rpc
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d50524a8ae..69d380175d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ |