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 10, 2023
1 parent 194249d commit d85616f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 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
40 changes: 32 additions & 8 deletions packages/shared/lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d85616f

Please sign in to comment.