Merge branch 'jl777' into FSM

# Conflicts:
#	src/main.cpp
This commit is contained in:
jl777
2018-08-24 14:02:07 -11:00
5 changed files with 196 additions and 81 deletions

View File

@@ -1123,7 +1123,10 @@ bool CheckTransactionWithoutProofVerification(const CTransaction& tx, CValidatio
}
if ( txout.scriptPubKey.size() > IGUANA_MAXSCRIPTSIZE )
return state.DoS(100, error("CheckTransaction(): txout.scriptPubKey.size() too big"),REJECT_INVALID, "bad-txns-vout-negative");
<<<<<<< HEAD
=======
>>>>>>> jl777
nValueOut += txout.nValue;
if (!MoneyRange(nValueOut))
return state.DoS(100, error("CheckTransaction(): txout total out of range"),