lbrycrd/src/consensus
Dan Raviv a0b4c24617 Trivial: Fix validation comments
- Move comment about transaction/block weight calculation so it applies not only to the GetBlockWeight function but also to GetTransactionWeight
- Fix comment in validation.cpp referencing future deployment of BIP113. It has already been deployed.
- The doc comment for BLOCK_DOWNLOAD_WINDOW wasn't updated since pruning was introduced, so it still refers to pruning as something that might happen in the future. A larger BLOCK_DOWNLOAD_WINDOW window would now, indeed, make pruning harder.
2017-09-15 14:07:41 +03:00
..
consensus.h Fix typos 2017-07-15 14:28:40 +02:00
merkle.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
merkle.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
params.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
tx_verify.cpp Remove confusing MAX_BLOCK_BASE_SIZE. 2017-07-14 19:24:17 +00:00
tx_verify.h MOVEONLY: tx functions to consensus/tx_verify.o 2017-04-06 23:36:46 +02:00
validation.h Trivial: Fix validation comments 2017-09-15 14:07:41 +03:00