Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Feb 12, 2024
1 parent e9a2d28 commit 606c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/bitcoin/lib/BitcoinChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class BitcoinChain extends AbstractUtxoChain<BitcoinUtxo> {
*/
isTxValid = (
transaction: PaymentTransaction,
_signingStatus: SigningStatus = SigningStatus.Signed
signingStatus: SigningStatus = SigningStatus.Signed
): Promise<boolean> => {
throw Error(`not implemented`);
};
Expand Down

0 comments on commit 606c2f7

Please sign in to comment.