mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-20 21:38:35 +00:00
Merge pull request #1683
bab1e9a3 bugfix: infinite recursion in get_account_address_from_str_or_url (kenshi84)
This commit is contained in:
commit
30e38cd6a3
@ -317,7 +317,7 @@ namespace cryptonote {
|
|||||||
{
|
{
|
||||||
bool has_payment_id;
|
bool has_payment_id;
|
||||||
crypto::hash8 payment_id;
|
crypto::hash8 payment_id;
|
||||||
return get_account_address_from_str_or_url(address, testnet, str_or_url);
|
return get_account_address_from_str_or_url(address, has_payment_id, payment_id, testnet, str_or_url);
|
||||||
}
|
}
|
||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
bool operator ==(const cryptonote::transaction& a, const cryptonote::transaction& b) {
|
bool operator ==(const cryptonote::transaction& a, const cryptonote::transaction& b) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user