keep all models and various UI items updated on new transactions
This commit is contained in:
@@ -133,4 +133,10 @@ Pane {
|
||||
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: Network
|
||||
function onHeightChanged(height) {
|
||||
Daemon.currentWallet.historyModel.updateBlockchainHeight(height)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user