mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Use ParamsWrapper for witness serialization
This commit is contained in:
parent
5800c558eb
commit
6e9e4e6130
59 changed files with 226 additions and 219 deletions
|
|
@ -23,7 +23,7 @@ FUZZ_TARGET(script_flags)
|
|||
}
|
||||
|
||||
try {
|
||||
const CTransaction tx(deserialize, ds);
|
||||
const CTransaction tx(deserialize, TX_WITH_WITNESS, ds);
|
||||
|
||||
unsigned int verify_flags;
|
||||
ds >> verify_flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue