fix: parsing integrated address

This commit is contained in:
moneroexamples 2017-07-09 07:22:32 +08:00
parent c8bbd98b0b
commit ec70839bd2
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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,