mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
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. |
||
|---|---|---|
| .. | ||
| consensus.h | ||
| merkle.cpp | ||
| merkle.h | ||
| params.h | ||
| tx_verify.cpp | ||
| tx_verify.h | ||
| validation.h | ||