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 @@ -1141,12 +1141,12 @@ void CWallet::TransactionAddedToMempool(const CTransactionRef& ptx) {
1141
1141
1142
1142
void CWallet::BlockConnected (const std::shared_ptr<const CBlock>& pblock, const CBlockIndex *pindex, const std::vector<CTransactionRef>& vtxConflicted) {
1143
1143
LOCK2 (cs_main, cs_wallet);
1144
- // TODO: Tempoarily ensure that mempool removals are notified before
1144
+ // TODO: Temporarily ensure that mempool removals are notified before
1145
1145
// connected transactions. This shouldn't matter, but the abandoned
1146
1146
// state of transactions in our wallet is currently cleared when we
1147
1147
// receive another notification and there is a race condition where
1148
1148
// notification of a connected conflict might cause an outside process
1149
- // to abandon a transaction and then have it inadvertantly cleared by
1149
+ // to abandon a transaction and then have it inadvertently cleared by
1150
1150
// the notification that the conflicted transaction was evicted.
1151
1151
1152
1152
for (const CTransactionRef& ptx : vtxConflicted) {
You can’t perform that action at this time.
0 commit comments