diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-11 12:49:33 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-11 12:49:33 +0100 |
commit | 1bbca249b202c4802cc2c4d4de4a26e6392b4d92 (patch) | |
tree | 5a255f3765474b8e1476fdf4a821580309853e1e /src/wallet.h | |
parent | d5fa3eff03b4e58fc46d72599904231408cbce80 (diff) |
Add option to avoid spending unconfirmed change
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 1 |
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; |