diff options
| author | selsta <selsta@sent.at> | 2019-07-22 21:39:56 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-07-22 23:11:38 +0200 |
| commit | afe2b14430f4d659fedd25ff26aa3a2aa206d08b (patch) | |
| tree | 1e8fe9095cce6712c70e4a680bf4289f27678b62 /pages/merchant | |
| parent | a65222d05709941d83e06871f62d2e314f82034b (diff) | |
| download | monzero-gui-afe2b14430f4d659fedd25ff26aa3a2aa206d08b.tar.gz monzero-gui-afe2b14430f4d659fedd25ff26aa3a2aa206d08b.tar.xz monzero-gui-afe2b14430f4d659fedd25ff26aa3a2aa206d08b.zip | |
QML: fix more warnings
Diffstat (limited to 'pages/merchant')
| -rw-r--r-- | pages/merchant/Merchant.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 4213b294..2ddc5255 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -627,7 +627,7 @@ Item { in_txpool = true; } else { if (blockchainHeight == null) - blockchainHeight = appWindow.currentWallet.blockChainHeight() + blockchainHeight = walletManager.blockchainHeight() confirmations = blockchainHeight - blockHeight - 1 displayAmount = model.data(idx, TransactionHistoryModel.TransactionDisplayAmountRole); } |
