Skip to content

Commit 0292952

Browse files
minor issue
1 parent 5817d38 commit 0292952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wallet/tasks/TaskTransaction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ bool TaskTransactionsById::processTask(const QVector<WEvent> & events) {
485485

486486
if ( trVector.size()!=1 ) {
487487
wallet713->setTransactionById(false, account, height, WalletTransaction(), {}, {} );
488+
return true;
488489
}
489490

490491
Q_ASSERT(trVector.size()==1);

0 commit comments

Comments
 (0)