Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Aug 29, 2024
1 parent 1199d38 commit e72c0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ts_src/lib/converter/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export function keyValToBuffer(keyVal: KeyValue): Uint8Array {
buffer.set(keyVal.value, keyVarIntLen + keyLen + valVarIntLen);

return buffer;
}
}
5 changes: 1 addition & 4 deletions ts_src/lib/psbt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,4 @@ export {
WitnessUtxo,
} from './interfaces.js';

export {
checkForInput,
checkForOutput,
} from './utils.js';
export { checkForInput, checkForOutput } from './utils.js';

0 comments on commit e72c0eb

Please sign in to comment.