Remove script from txInputs

This commit is contained in:
Luke Childs 2020-04-27 10:23:53 +07:00
commit fde6025480
2 changed files with 0 additions and 2 deletions
ts_src

View file

@ -150,7 +150,6 @@ export class Psbt {
return this.__CACHE.__TX.ins.map(input => ({
hash: cloneBuffer(input.hash),
index: input.index,
script: cloneBuffer(input.script),
sequence: input.sequence,
}));
}