mempool: fix malleability check in mempool
This commit is contained in:
parent
375965c8a6
commit
a9193f052f
@ -1021,7 +1021,7 @@ class Mempool extends EventEmitter {
|
||||
|
||||
// If it succeeded, segwit may be causing the
|
||||
// failure. Try with segwit but without cleanstack.
|
||||
flags |= Script.flags.VERIFY_CLEANSTACK;
|
||||
flags |= Script.flags.VERIFY_WITNESS;
|
||||
|
||||
// Cleanstack was causing the failure.
|
||||
if (await this.verifyResult(tx, view, flags))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user