diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2018-05-08 20:24:06 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2018-05-29 14:40:18 -0700 |
commit | c814e2e7e81fd01fcb07f4a28435741bdc463801 (patch) | |
tree | cbbbdd22d0124e8988d8e6e0c4de6ab1dcb98925 /src/qt/qvalidatedlineedit.cpp | |
parent | 6b824c090f53d0a56833930fd38c41bcaec8ff4a (diff) |
Remove template matching and pseudo opcodes
The current code contains a rather complex script template matching engine,
which is only used for 3 particular script types (P2PK, P2PKH, multisig).
The first two of these are trivial to match for otherwise, and a specialized
matcher for multisig is both more compact and more efficient than a generic
one.
The goal is being more flexible, so that for example larger standard multisigs
inside SegWit outputs are more easy to implement.
As a side-effect, it also gets rid of the pseudo opcodes hack.
Diffstat (limited to 'src/qt/qvalidatedlineedit.cpp')
0 files changed, 0 insertions, 0 deletions