Skip to content

Commit

Permalink
hw-app-xah: multi chain binary codec
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Apr 19, 2024
1 parent 929e4a5 commit 0d991bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ledgerjs/packages/hw-app-xah/src/Xah.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import BIPPath from "bip32-path";
* import Transport from "@ledgerhq/hw-transport-node-hid";
* // import Transport from "@ledgerhq/hw-transport-u2f"; // for browser
* import Xah from "@ledgerhq/hw-app-xah";
* import { encode } from 'ripple-binary-codec';
* import { encode } from 'xrpl-binary-codec-prerelease';
*
* function establishConnection() {
* return Transport.create()
Expand Down Expand Up @@ -120,7 +120,7 @@ export default class Xah {
*
* @param path a path in BIP 32 format
* @param rawTxHex a raw hex string representing a serialized transaction blob.
* This parameter can be encoded using [ripple-binary-codec](https://www.npmjs.com/package/ripple-binary-codec).
* This parameter can be encoded using [xrpl-binary-codec-prerelease](https://www.npmjs.com/package/xrpl-binary-codec-prerelease).
* See https://xahl.org/serialization.html for more documentation on the serialization format.
* @param ed25519 optionally enable or not the ed25519 curve (secp256k1 is default)
* @return a signature as hex string
Expand Down

0 comments on commit 0d991bc

Please sign in to comment.