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.
1 parent 1f8ef51 commit f0db8b3Copy full SHA for f0db8b3
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