Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MattF42 authored Feb 10, 2024
1 parent 17eee27 commit a9a62ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ bool CheckFoundersInputs(const CTransaction &tx, CValidationState &state, int nH
return state.DoS(100, false, REJECT_FOUNDER_REWARD_MISSING,"CTransaction::CheckTransaction() : founders reward missing");
LogPrintf("ERROR: MISSING/INCORRECT FOUNDATION PAYMENT at height=%i\n", nHeight+1);
}
// LogPrint("----------------CTransaction::CheckTransaction() : return true----------------\n");
LogPrint("----------------CheckFoundersInputs() : return true----------------\n");
return true;

}
Expand Down

0 comments on commit a9a62ed

Please sign in to comment.