Merge pull request #1861

d5a69cb history: enable set_tx_note (mmbyday)
This commit is contained in:
luigi1111
2019-02-01 00:02:07 -06:00
3 changed files with 78 additions and 39 deletions

View File

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