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 1199d38 commit e72c0ebCopy full SHA for e72c0eb
ts_src/lib/converter/tools.ts
@@ -37,4 +37,4 @@ export function keyValToBuffer(keyVal: KeyValue): Uint8Array {
37
buffer.set(keyVal.value, keyVarIntLen + keyLen + valVarIntLen);
38
39
return buffer;
40
-}
+}
ts_src/lib/psbt.ts
@@ -229,7 +229,4 @@ export {
229
WitnessUtxo,
230
} from './interfaces.js';
231
232
-export {
233
- checkForInput,
234
- checkForOutput,
235
-} from './utils.js';
+export { checkForInput, checkForOutput } from './utils.js';
0 commit comments