Skip to content

Commit

Permalink
Update per 0.18.1, update signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jul 6, 2023
1 parent de1fb64 commit b7cdd90
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 191 deletions.
3 changes: 1 addition & 2 deletions apps/extension/src/background/ledger/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ export class LedgerService {
throw new Error(`Transaction ${msgId} not found!`);
}

const { headerSignature, codeSignature, dataSignature } = signatures;
const { headerSignature, dataSignature } = signatures;

const signedTransfer = await this.sdk.sign_tx(
fromBase64(bytes),
toHex(dataSignature.signature),
toHex(codeSignature.signature),
toHex(headerSignature.signature)
);

Expand Down
Loading

0 comments on commit b7cdd90

Please sign in to comment.