history: enable set_tx_note

This commit is contained in:
mmbyday
2018-12-24 16:12:14 -08:00
parent 002c800ee8
commit d5a69cb638
3 changed files with 78 additions and 39 deletions

View File

@@ -374,4 +374,8 @@ Rectangle {
priorityDropdown.currentIndex = 0;
priorityDropdown.update();
}
function update() {
currentWallet.history.refresh(currentWallet.currentSubaddressAccount)
}
}