Skip to content

Commit

Permalink
Little Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Knöpke committed Nov 9, 2015
1 parent 7d748b7 commit b464949
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 @@ -2850,7 +2850,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo

//Limxdev 18-10-2015 Limx proof of payment Number 2
int sizesum2 = block.vtx[0].vout.size();
if(sizesum2 > 1 || foundPaymentAndPayee == true)
if(sizesum2 > 1 && foundPaymentAndPayee == true)
{
foundPaymentAndPayee = true;
}
Expand Down

0 comments on commit b464949

Please sign in to comment.