Merge pull request #2833

e2c6ae6 AddressBook: remove leftover code (selsta)
This commit is contained in:
luigi1111 2020-04-17 20:46:49 -05:00
commit 34089599cd
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -325,8 +325,6 @@ Rectangle {
if (!parsed.error) {
addressLine.text = parsed.address;
descriptionLine.text = parsed.tx_description;
} else {
addressLine.text = clipboardText;
}
}