mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
Merge pull request #3338
51219457
core: fix sending to the source address with a short payment id (moneromooo-monero)
This commit is contained in:
commit
9841a452e5
@ -190,6 +190,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;
|
||||
}
|
||||
//---------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user