Skip to content

Commit fac80b7

Browse files
authored
Update main.cpp
1 parent 0696ef6 commit fac80b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,7 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex, bool fJustCheck, boo
29642964
paymentOK = true;
29652965
break;
29662966
} else if (payee == burnPayee) {
2967-
printf("CheckBlock-POW() : Found fortunastake payment: %s D to burn address.\n", FormatMoney(vtx[1].vout[i].nValue).c_str());
2967+
printf("CheckBlock-POW() : Found fortunastake payment: %s D to burn address.\n", FormatMoney(vtx[0].vout[i].nValue).c_str());
29682968
foundPayee = true;
29692969
}
29702970
}

0 commit comments

Comments
 (0)