aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-11 12:49:33 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-11 12:49:33 +0100
commit1bbca249b202c4802cc2c4d4de4a26e6392b4d92 (patch)
tree5a255f3765474b8e1476fdf4a821580309853e1e /src/wallet.h
parentd5fa3eff03b4e58fc46d72599904231408cbce80 (diff)
downloadbitcoin-1bbca249b202c4802cc2c4d4de4a26e6392b4d92.tar.xz
Add option to avoid spending unconfirmed change
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
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;