Merge pull request #3338

51219457 core: fix sending to the source address with a short payment id (moneromooo-monero)
pull/95/head
Riccardo Spagni 6 years ago
commit 9841a452e5
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save