Skip to content

Commit 7d20988

Browse files
add resolveConnection before requesting tx status (moneyFlew)
1 parent 14ce54e commit 7d20988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node_utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ bool checkTxOnTick(QCPtr qc, const char* txHash, uint32_t requestedTick, bool pr
345345
if (printTxReceipt)
346346
{
347347
// check for moneyflew status
348+
qc->resolveConnection();
348349
int moneyFlew = getMoneyFlewStatus(qc, txHash, requestedTick);
349350
printReceipt(txs->at(i), txHash, extraData->at(i).vecU8.data(), moneyFlew);
350351
}

0 commit comments

Comments
 (0)