Skip to content

Commit 357ce40

Browse files
authored
Rename LedgerManager to make room for CLI Ledger class (#271)
1 parent 7585f6a commit 357ce40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main/api/ledger/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { z } from "zod";
66
import { handleAggregateSignatureShares } from "./multisig/handleAggregateSignatureShares";
77
import { handleCreateSigningPackage } from "./multisig/handleCreateSigningPackage";
88
import { ledgerDkg } from "./utils/dkg";
9-
import { ledgerManager, ConnectionStatus } from "./utils/ledger";
9+
import { ledgerManager, ConnectionStatus } from "./utils/ledgerManager";
1010
import { handleSendTransactionInput } from "../transactions/handleSendTransaction";
1111
import { t } from "../trpc";
1212

0 commit comments

Comments
 (0)