diff options
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index 8e879c5e1a..99f6293b1e 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -23,6 +23,9 @@ #include <utility> #include <vector> +// Settings +extern int64_t nTransactionFee; + class CAccountingEntry; class CCoinControl; class COutput; |