Skip to content

Commit e72c0eb

Browse files
committed
fix: lint
1 parent 1199d38 commit e72c0eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ts_src/lib/converter/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ export function keyValToBuffer(keyVal: KeyValue): Uint8Array {
3737
buffer.set(keyVal.value, keyVarIntLen + keyLen + valVarIntLen);
3838

3939
return buffer;
40-
}
40+
}

ts_src/lib/psbt.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,4 @@ export {
229229
WitnessUtxo,
230230
} from './interfaces.js';
231231

232-
export {
233-
checkForInput,
234-
checkForOutput,
235-
} from './utils.js';
232+
export { checkForInput, checkForOutput } from './utils.js';

0 commit comments

Comments
 (0)