Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 31, 2024
1 parent 422f087 commit 3b251e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/wallets/multisig-hd-wallet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import BIP32Factory, { BIP32Interface } from 'bip32';
import BIP32Factory, { BIP32Interface } from 'bip32grs';
import * as bip39 from 'bip39';
import * as bitcoin from 'groestlcoinjs-lib';
import { Psbt, Transaction } from 'groestlcoinjs-lib';
Expand Down
2 changes: 1 addition & 1 deletion typings/bip21.d.ts → typings/bip21grs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'bip21' {
declare module 'bip21grs' {
export type TOptions =
| {
amount?: number;
Expand Down

0 comments on commit 3b251e1

Please sign in to comment.