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 af1b5b2 commit dd06552Copy full SHA for dd06552
src/main.h
@@ -531,7 +531,7 @@ class CTransaction
531
bool IsCoinStake() const
532
{
533
// ppcoin: the coin stake transaction is marked with the first output empty
534
- return (vin.size() > 0 && (!vin[0].prevout.IsNull()) && vout.size() >= 2 && vout[0].IsEmpty() && !vout[1].IsEmpty());
+ return (vin.size() > 0 && (!vin[0].prevout.IsNull()) && vout.size() >= 2 && vout[0].IsEmpty());
535
}
536
537
/** Check for standard transaction types
0 commit comments