Skip to content

Commit

Permalink
xdefi: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnerdhair committed Mar 23, 2022
1 parent e7d256a commit 0807995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/src/wallets/xdefi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function selfTest(get: () => core.HDWallet): void {
expect(await wallet.ethSupportsNetwork(1)).toEqual(true);
});

it("prepends xdefi: to the eth address to create the deviceId", async () => {
it("prepends xDeFi: to the eth address to create the deviceId", async () => {
if (!wallet) return;
expect(await wallet.getDeviceID()).toEqual("xDeFi:0x3f2329C9ADFbcCd9A84f52c906E936A42dA18CB8");
});
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-xdefi/src/xdefi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("XDeFIHDWalletInfo", () => {
});
});

describe("XDeFiWHDWallet", () => {
describe("XDeFiHDWallet", () => {
let wallet: XDeFiHDWallet;
beforeEach(() => {
wallet = new XDeFiHDWallet();
Expand Down

0 comments on commit 0807995

Please sign in to comment.