1
0

keep all models and various UI items updated on new transactions

This commit is contained in:
Sander van Grieken
2022-04-01 16:17:50 +02:00
parent cb203dfe50
commit d88cd75460
7 changed files with 110 additions and 21 deletions

View File

@@ -133,4 +133,10 @@ Pane {
}
Connections {
target: Network
function onHeightChanged(height) {
Daemon.currentWallet.historyModel.updateBlockchainHeight(height)
}
}
}