forked from Public/monero-gui
Subaddresses minimal version: supports default account only
This commit is contained in:
@@ -546,7 +546,7 @@ Rectangle {
|
||||
|
||||
function onPageCompleted() {
|
||||
if(currentWallet != null && typeof currentWallet.history !== "undefined" ) {
|
||||
currentWallet.history.refresh()
|
||||
currentWallet.history.refresh(currentWallet.currentSubaddressAccount)
|
||||
table.addressBookModel = currentWallet ? currentWallet.addressBookModel : null
|
||||
transactionTypeDropdown.update()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user