mirror of
https://github.com/monero-project/monero.git
synced 2026-01-21 03:53:19 +01:00
core: fix sending to the source address with a short payment id
It would fail to send, thinking it needs a destination address, since the destination matches the change address in this case.
This commit is contained in:
@@ -189,6 +189,8 @@ namespace cryptonote
|
||||
addr = i.addr;
|
||||
++count;
|
||||
}
|
||||
if (count == 0 && change_addr)
|
||||
return change_addr->m_view_public_key;
|
||||
return addr.m_view_public_key;
|
||||
}
|
||||
//---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user