File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1124,12 +1124,12 @@ void CWallet::TransactionAddedToMempool(const CTransactionRef& ptx) {
1124
1124
1125
1125
void CWallet::BlockConnected (const std::shared_ptr<const CBlock>& pblock, const CBlockIndex *pindex, const std::vector<CTransactionRef>& vtxConflicted) {
1126
1126
LOCK2 (cs_main, cs_wallet);
1127
- // TODO: Tempoarily ensure that mempool removals are notified before
1127
+ // TODO: Temporarily ensure that mempool removals are notified before
1128
1128
// connected transactions. This shouldn't matter, but the abandoned
1129
1129
// state of transactions in our wallet is currently cleared when we
1130
1130
// receive another notification and there is a race condition where
1131
1131
// notification of a connected conflict might cause an outside process
1132
- // to abandon a transaction and then have it inadvertantly cleared by
1132
+ // to abandon a transaction and then have it inadvertently cleared by
1133
1133
// the notification that the conflicted transaction was evicted.
1134
1134
1135
1135
for (const CTransactionRef& ptx : vtxConflicted) {
You can’t perform that action at this time.
0 commit comments