1
0
Fork 0
forked from lthn/blockchain

wallet2: fixed a typo

This commit is contained in:
sowle 2023-06-12 21:41:08 +02:00
parent 633d5238ef
commit 44ed820abe
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -6720,7 +6720,7 @@ void wallet2::transfer(construct_tx_param& ctp,
TIME_MEASURE_START(prepare_transaction_time);
currency::finalize_tx_param ftp = AUTO_VAL_INIT(ftp);
ftp.tx_version = this->get_current_tx_version();
if (prepare_transaction(ctp, ftp))
if (!prepare_transaction(ctp, ftp))
{
result.was_not_prepared = true;
return;