elements/src/consensus
Steven Roose 98e42a0db1
Fix HasValidFee potential overflow
Dmitry pointed out this potential overflow. They can't really happen
because of the `CheckTransaction` check on explicit amounts that
happens earlier in the verification chain. But it's a good idea to
add the check here as well so that a potential relaxing of other rules
cannot accidentally introduce an overflow risk.
2020-04-14 20:58:16 +01:00
..
consensus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
merkle.cpp UPSTREAM MERGE BROKEN: Merge commit 'f617e05c38' into master 2019-05-01 19:18:18 +01:00
merkle.h Remove unnecessary include 2019-02-12 15:03:42 +00:00
params.h Change elements mode to activating BIP9 signaling based on height 2019-11-13 16:07:29 -05:00
tx_verify.cpp Fix HasValidFee potential overflow 2020-04-14 20:58:16 +01:00
tx_verify.h Add fedpeg_program field in dynafed header 2019-09-05 10:51:09 -04:00
validation.h [BROKEN] Add CA validation 2019-03-20 12:05:46 +00:00