From faeb6665362e35f573ad715ade0ef2db62d71839 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 23 Sep 2019 14:45:51 -0400 Subject: util: Add CHECK_NONFATAL and use it in src/rpc --- src/rpc/blockchain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rpc/blockchain.cpp') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 4bbd4aaf64..fac6bcd60d 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -10,11 +10,11 @@ #include #include #include -#include #include #include #include #include +#include #include #include #include @@ -34,7 +34,6 @@ #include #include -#include #include #include -- cgit v1.2.3