forked from lthn/blockchain
wallet2: fixed a typo
This commit is contained in:
parent
633d5238ef
commit
44ed820abe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue