fix: parsing integrated address

basicauth
moneroexamples 7 years ago
parent c8bbd98b0b
commit ec70839bd2

@ -108,6 +108,7 @@ set(LIBRARIES
mnemonics
epee
easylogging
readline
${Boost_LIBRARIES}
pthread
unbound

@ -3407,8 +3407,6 @@ namespace xmreg
crypto::hash8 encrypted_payment_id;
bool testnet;
if (!get_account_integrated_address_from_str(address,
has_payment_id,
encrypted_payment_id,

Loading…
Cancel
Save