Skip to content

Commit

Permalink
add initEccLib
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkkko authored and reinamora137 committed Jan 26, 2025
1 parent ef978cf commit c1dc9c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/services/src101/psbt/src101MultisigPSBTService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import * as msgpack from "msgpack";
import { estimateTransactionSize } from "$lib/utils/minting/transactionSizes.ts";
import { QuicknodeService } from "$server/services/quicknode/quicknodeService.ts";

bitcoin.initEccLib(ecc);

export class SRC101MultisigPSBTService {
private static readonly RECIPIENT_DUST = 789;
private static readonly MULTISIG_DUST = 809;
Expand Down

0 comments on commit c1dc9c2

Please sign in to comment.