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.
2 parents d47f6ea + f0db8b3 commit 2b72a60Copy full SHA for 2b72a60
dialogs/e_showtransactiondlg.cpp
@@ -86,7 +86,7 @@ void ShowTransactionDlg::updateOutputData() {
86
ui->out_height->setText( out.blockHeight );
87
ui->out_confirms->setText( out.numOfConfirms );
88
ui->out_coinBase->setText(out.coinbase?"Yes":"No");
89
- ui->out_tx->setText(out.txIdx<0 ? "None" : QString::number(out.txIdx) );
+ ui->out_tx->setText(out.txIdx<0 ? "None" : QString::number(out.txIdx+1) );
90
}
91
92
void ShowTransactionDlg::on_viewKernel_clicked()
0 commit comments