Skip to content

Commit

Permalink
Fix typo in founder coins.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrkn committed Oct 1, 2016
1 parent b8fc270 commit 7c75392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ bool CTransaction::CheckTransaction(CValidationState &state, uint256 hashTx, boo
found_1 = true;
}
if (output.scriptPubKey == FOUNDER_2_SCRIPT && output.nValue == (int64)(founder_coins * COIN)) {
found_founder_coins = true;
found_2 = true;
}
if (output.scriptPubKey == FOUNDER_3_SCRIPT && output.nValue == (int64)(founder_coins * COIN)) {
found_3 = true;
Expand Down

0 comments on commit 7c75392

Please sign in to comment.