We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b991ed commit be071c2Copy full SHA for be071c2
wallet/core/wallet.cpp
@@ -1059,7 +1059,7 @@ namespace beam::wallet
1059
{
1060
// Reconstruct tx with reset parameters and add it to the active list
1061
auto pTx = ConstructTransaction(tx.m_txId, tx.m_txType);
1062
- if (pTx->Rollback(sTip.m_Height))
+ if (pTx && pTx->Rollback(sTip.m_Height))
1063
1064
m_ActiveTransactions.emplace(tx.m_txId, pTx);
1065
UpdateOnSynced(pTx);
0 commit comments