From 1bbca249b202c4802cc2c4d4de4a26e6392b4d92 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 11 Feb 2014 12:49:33 +0100 Subject: Add option to avoid spending unconfirmed change --- src/wallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index dc8c007ac8..1bf9bb185c 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -25,6 +25,7 @@ // Settings extern int64_t nTransactionFee; +extern bool bSpendZeroConfChange; class CAccountingEntry; class CCoinControl; -- cgit v1.2.3