You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/qt/txhistorydialog.cpp
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -186,19 +186,23 @@ int TXHistoryDialog::PopulateHistoryMap()
186
186
htxo.blockByteOffset = pendingWTx->nOrderPos;
187
187
}
188
188
htxo.valid = true; // all pending transactions are assumed to be valid while awaiting confirmation since all pending are outbound and we wouldn't let them be sent if invalid
189
+
htxo.address = senderAddress; // always sender, all pending are outbound
nProcessed += 1; // increase our counter so we don't go crazy on a wallet with too many transactions and lock up UI
204
208
}
@@ -382,6 +386,11 @@ int TXHistoryDialog::PopulateHistoryMap()
382
386
// alerts are valid and thus display a wacky value attempting to decode amount - whilst no users should ever see this, be clean and N/A the wacky value
0 commit comments