Skip to content

Commit

Permalink
Revert prior and update in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and Paul committed Jul 13, 2018
1 parent 1c9c040 commit 2209630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/coincontroldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ void CoinControlDialog::updateView()

// PrivateSend rounds
COutPoint outpoint = COutPoint(out.tx->tx->GetHash(), out.i);
int nRounds = pwalletMain->GetCappedOutpointPrivateSendRounds(outpoint);
int nRounds = pwalletMain->GetRealOutpointPrivateSendRounds(outpoint);

if (nRounds >= 0 || fDebug) itemOutput->setText(COLUMN_PRIVATESEND_ROUNDS, QString::number(nRounds));
else itemOutput->setText(COLUMN_PRIVATESEND_ROUNDS, tr("n/a"));
Expand Down

0 comments on commit 2209630

Please sign in to comment.