From 20e96d1233d125fcd6a1ec5abe8ad05113b190c6 Mon Sep 17 00:00:00 2001 From: Brannon King Date: Thu, 1 Aug 2019 15:44:05 -0600 Subject: [PATCH] fix unit test crash on OSX pulled in some fixes from v18 --- src/test/test_bitcoin.cpp | 11 ++++++++++- src/test/test_bitcoin.h | 8 ++++---- src/wallet/db.cpp | 6 +++++- src/wallet/test/claim_rpc_tests.cpp | 12 ++++++++++-- 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 92a0cf4af..9cae2551a 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -20,6 +20,8 @@ #include