Skip to content

Commit

Permalink
AddressBook: fix index 0 description bug
Browse files Browse the repository at this point in the history
  • Loading branch information
reemuru committed Mar 15, 2022
1 parent fd8983a commit 379ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/AddressBook.qml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Rectangle {
informationPopup.onCloseCallback = null
informationPopup.open();
} else {
currentWallet.addressBook.setDescription(addressBookListView.currentIndex, descriptionLine.text);
// currentWallet.addressBook.setDescription(addressBookListView.currentIndex, descriptionLine.text);
}
root.showAddressBook()
}
Expand Down

0 comments on commit 379ccaa

Please sign in to comment.