Add option to avoid spending unconfirmed change

This commit is contained in:
Wladimir J. van der Laan
2014-02-11 12:49:33 +01:00
parent d5fa3eff03
commit 1bbca249b2
3 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
// Settings
extern int64_t nTransactionFee;
extern bool bSpendZeroConfChange;
class CAccountingEntry;
class CCoinControl;