From c2d0167c8a1e696100332fa2118c1efaf19727d3 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 28 Jun 2022 22:29:52 +0200 Subject: [PATCH] hidden amounts in wallet: added return value to process_input_t() --- src/wallet/wallet2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 2ed310e5..d3bbdfa8 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1278,6 +1278,7 @@ namespace tools ptc.mtd.spent_indices.push_back(ptc.i); remove_transfer_from_expiration_list(tr_index); } + return true; } template //do refresh as external callback