Wladimir J. van der Laan 6cab808272 Remove most logging from transaction validation
Remove unnecessary direct logging in CheckTransaction,
AcceptToMemoryPool, CheckTxInputs, CScriptCheck::operator()

All status information should be returned in the CValidationState.
Relevant debug information is also added to the CValidationState using
the recently introduced debug message.

Do keep the "BUG! PLEASE REPORT THIS! ConnectInputs failed against MANDATORY but not STANDARD flags"
error as it is meant to appear as bug in the log.
2015-08-11 17:29:34 +02:00
..
2015-07-21 11:47:57 +02:00
2015-07-31 09:35:18 +02:00
2015-08-03 20:13:43 +02:00
2015-08-04 01:24:19 +02:00
2015-07-23 21:10:22 +02:00
2015-08-03 22:58:30 +01:00
2015-08-03 22:58:30 +01:00
2015-07-23 21:10:22 +02:00
2015-07-20 17:10:02 +02:00
2015-08-05 15:43:10 +02:00
2015-07-23 21:10:22 +02:00
2015-08-05 15:43:10 +02:00
2015-08-05 15:43:10 +02:00
2015-07-23 21:10:22 +02:00
2015-07-23 21:10:22 +02:00
2015-08-03 22:58:30 +01:00
2015-08-05 15:43:10 +02:00
2015-07-23 21:10:22 +02:00
2015-07-27 14:47:54 +02:00