0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/consensus
Sebastian Falbesoner b00266fe0c refactor: replace pointers by references within tx_verify.{h,cpp}
affects "prevHeights" parameter of the functions
- CalculateSequenceLocks()
- SequenceLocks()
2020-05-26 16:05:51 +02:00
..
consensus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
merkle.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
merkle.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
params.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
tx_check.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
tx_check.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
tx_verify.cpp refactor: replace pointers by references within tx_verify.{h,cpp} 2020-05-26 16:05:51 +02:00
tx_verify.h refactor: replace pointers by references within tx_verify.{h,cpp} 2020-05-26 16:05:51 +02:00
validation.h Templatize ValidationState instead of subclassing 2020-02-27 17:59:21 -08:00