Skip to content

Commit fde6025

Browse files
committed
Remove script from txInputs
1 parent 2d4a3b9 commit fde6025

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/psbt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ class Psbt {
113113
return this.__CACHE.__TX.ins.map(input => ({
114114
hash: bufferutils_1.cloneBuffer(input.hash),
115115
index: input.index,
116-
script: bufferutils_1.cloneBuffer(input.script),
117116
sequence: input.sequence,
118117
}));
119118
}

ts_src/psbt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export class Psbt {
150150
return this.__CACHE.__TX.ins.map(input => ({
151151
hash: cloneBuffer(input.hash),
152152
index: input.index,
153-
script: cloneBuffer(input.script),
154153
sequence: input.sequence,
155154
}));
156155
}

0 commit comments

Comments
 (0)