Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Aug 30, 2024
1 parent 1e74ffb commit 227faa0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libs/coin-modules/coin-cosmos/src/signOperation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ export const buildSignOperation =
const path = account.freshAddressPath.split("/").map(p => parseInt(p.replace("'", "")));

const { compressed_pk } = await signerContext(deviceId, signer =>
signer.getAddressAndPubKey(
path,
chainInstance.prefix,
false,
),
signer.getAddressAndPubKey(path, chainInstance.prefix, false),
);
const pubKey = Buffer.from(compressed_pk).toString("base64");

Expand Down

0 comments on commit 227faa0

Please sign in to comment.