Skip to content

Commit

Permalink
XRPL sister chains need different codec
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Apr 19, 2024
1 parent bf8f0f2 commit 06eaf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/hw/signTransaction/ripple.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import BinaryCodec from "ripple-binary-codec";
import BinaryCodec from "xrpl-binary-codec-prerelease";
import Xrp from "@ledgerhq/hw-app-xrp";
import Transport from "@ledgerhq/hw-transport";
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
Expand Down

0 comments on commit 06eaf82

Please sign in to comment.