Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Oct 18, 2023
1 parent 1bb9a62 commit 6da33ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/hdwallet-ledger-webusb/src/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export async function translateCoinAndMethod<T extends LedgerTransportCoinType,
switch (coin) {
case "Rune": {
const thor = new ledger.THORChainApp(transport);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore TODO(gomes): fixme
const methodInstance = thor[method as LedgerTransportMethodName<"Rune">].bind(thor);
return methodInstance as LedgerTransportMethod<T, U>;
}
Expand Down
2 changes: 0 additions & 2 deletions packages/hdwallet-ledger/src/thorchain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export * from "./common";
export * from "./helpers";
export * from "./hw-app-thor";

// TODO(gomes): move all below to ./thorchain

const protoTxBuilder = PLazy.from(() => import("@shapeshiftoss/proto-tx-builder"));

export const thorchainGetAddress = async (
Expand Down

0 comments on commit 6da33ae

Please sign in to comment.