diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-08-24 15:07:17 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-08-29 10:38:51 +0200 |
commit | bdd0c59ab0b412b3e8595bd95f635f975e22bb85 (patch) | |
tree | 3c54fa2eedf564de1a90cbfb2158b9ecc5dcb9ff /src/qt/transactiondesc.h | |
parent | ff33a3470dd1d1446549d02609c991c0490e0fdf (diff) |
Bitcoin-Qt: fixes for using display unit from options
- extend PaymentServer with setOptionsModel() and rework initNetManager()
to make use of that
- fix all other places in the code to use display unit from options and no
hard-coded unit
Diffstat (limited to 'src/qt/transactiondesc.h')
-rw-r--r-- | src/qt/transactiondesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactiondesc.h b/src/qt/transactiondesc.h index cb0dda5b58..a659281dd2 100644 --- a/src/qt/transactiondesc.h +++ b/src/qt/transactiondesc.h @@ -14,7 +14,7 @@ class TransactionDesc: public QObject Q_OBJECT public: - static QString toHTML(CWallet *wallet, CWalletTx &wtx); + static QString toHTML(CWallet *wallet, CWalletTx &wtx, int unit); private: TransactionDesc() {} |