We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4a3b9 commit fde6025Copy full SHA for fde6025
src/psbt.js
@@ -113,7 +113,6 @@ class Psbt {
113
return this.__CACHE.__TX.ins.map(input => ({
114
hash: bufferutils_1.cloneBuffer(input.hash),
115
index: input.index,
116
- script: bufferutils_1.cloneBuffer(input.script),
117
sequence: input.sequence,
118
}));
119
}
ts_src/psbt.ts
@@ -150,7 +150,6 @@ export class Psbt {
150
151
hash: cloneBuffer(input.hash),
152
153
- script: cloneBuffer(input.script),
154
155
156
0 commit comments