diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2018-04-16 16:21:10 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2018-04-19 21:05:04 -0700 |
commit | 3619735b09c0cb1383d437527bfbd4dc023d9f76 (patch) | |
tree | 7d7685233e885e93c05b62cd2093dd8bfb23c0fa /src/bitcoin-cli.cpp | |
parent | ac6ec625227b9a7821ccd7c622b2b72982cd309c (diff) |
Track difference between scriptPubKey and P2SH execution in IsMine
Inside IsMine we care about the distinction between scriptPubKey execution
and P2SH redeemScript execution. The consensus code does not care about this
distinction, and thus SigVersion does not have a field for P2SH. As the IsMine
code will care, it uses a separate enum with more fields.
Diffstat (limited to 'src/bitcoin-cli.cpp')
0 files changed, 0 insertions, 0 deletions