mirror of
https://github.com/monero-project/monero.git
synced 2025-01-06 01:42:04 +02:00
bugfix: infinite recursion in get_account_address_from_str_or_url
This commit is contained in:
parent
3473af00ad
commit
bab1e9a397
@ -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…
Reference in New Issue
Block a user