Skip to content

Commit

Permalink
paymentid fix in resolve_address()
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-tucci committed Mar 15, 2024
1 parent 27fcc4c commit 03fb770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/wallet2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6483,6 +6483,7 @@ std::optional<std::string> wallet2::resolve_address(std::string address, uint64_
if (cryptonote::get_account_address_from_str(info, m_nettype, address))
{
result = true;
return address;
} else {
std::string name = tools::lowercase_ascii_string(std::move(address));
std::string reason;
Expand Down

0 comments on commit 03fb770

Please sign in to comment.