mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: parsing integrated address
This commit is contained in:
parent
c8bbd98b0b
commit
ec70839bd2
2 changed files with 1 additions and 2 deletions
|
@ -108,6 +108,7 @@ set(LIBRARIES
|
||||||
mnemonics
|
mnemonics
|
||||||
epee
|
epee
|
||||||
easylogging
|
easylogging
|
||||||
|
readline
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
unbound
|
unbound
|
||||||
|
|
|
@ -3407,8 +3407,6 @@ namespace xmreg
|
||||||
|
|
||||||
crypto::hash8 encrypted_payment_id;
|
crypto::hash8 encrypted_payment_id;
|
||||||
|
|
||||||
bool testnet;
|
|
||||||
|
|
||||||
if (!get_account_integrated_address_from_str(address,
|
if (!get_account_integrated_address_from_str(address,
|
||||||
has_payment_id,
|
has_payment_id,
|
||||||
encrypted_payment_id,
|
encrypted_payment_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue