1
0
Fork 0
forked from lthn/blockchain

minor fix in void wallet2::prepare_wti_decrypted_attachments

This commit is contained in:
sowle 2020-06-18 10:54:14 +03:00
parent 6c42186b5d
commit 7be50f9325
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -661,7 +661,6 @@ void wallet2::prepare_wti_decrypted_attachments(wallet_public::wallet_transfer_i
currency::tx_comment cm;
if (currency::get_type_in_variant_container(decrypted_att, cm))
wti.comment = cm.comment;
currency::get_payment_id_from_tx(decrypted_att, wti.payment_id);
}
//----------------------------------------------------------------------------------------------------
void wallet2::resend_unconfirmed()