From 3340fcb85a3c151e8a67dff30119ca6c98fbd340 Mon Sep 17 00:00:00 2001 From: lbrynaut Date: Wed, 22 May 2019 13:30:03 -0500 Subject: [PATCH] Fix a bug that treats all claims as our own wallet txs. --- src/wallet/ismine.cpp | 33 ++++++++++++++++++++++++++++----- src/wallet/wallet.cpp | 8 +------- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/src/wallet/ismine.cpp b/src/wallet/ismine.cpp index b7ef2d449..c54d96213 100644 --- a/src/wallet/ismine.cpp +++ b/src/wallet/ismine.cpp @@ -6,6 +6,7 @@ #include #include +#include #include