lbrycrd/src/consensus
Jorge Timón 832e0744cb
Optimization: Minimize the number of times it is checked that no money is created
by individual transactions to 2 places (but call only once in each):

- ConnectBlock ( before calculated fees per txs twice )
- AcceptToMemoryPoolWorker ( before called CheckTxInputs 4 times and calculated
   fees per tx one extra time )

Also call tx.GetValueOut() only once per call of CheckTxInputs (instead of 2)
2017-09-20 23:25:52 +02:00
..
consensus.h Add a comment explaining the use of MAX_BLOCK_BASE_SIZE. 2017-06-16 00:46:16 +00:00
merkle.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
merkle.h BIP141: Commitment structure and deployment 2016-06-22 15:42:59 +02:00
params.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
tx_verify.cpp Optimization: Minimize the number of times it is checked that no money is created 2017-09-20 23:25:52 +02:00
tx_verify.h Optimization: Minimize the number of times it is checked that no money is created 2017-09-20 23:25:52 +02:00
validation.h Comment out unused constant REJECT_DUST 2017-06-09 15:21:28 +02:00