Skip to content

Commit

Permalink
CLI: tag (Destination Tag) = both XRPL & Xahau
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Apr 18, 2024
1 parent e46f270 commit cb84700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Usage: ledger-live generateTestTransaction # Generate a test for transaction (li
--nonce <String> : set a nonce for this transaction
--data <String> : set the transaction data to use for signing the ETH transaction
--fee <String> : how much fee
--tag <Number> : ripple tag
--tag <Number> : ripple/xahau tag
--solanaValidator <String>: validator address to delegate to
--solanaStakeAccount <String>: stake account address to use in the transaction
--memoType <String> : stellar memo type
Expand Down
1 change: 1 addition & 0 deletions apps/cli/src/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const inferManagerApp = (keyword: string): string => {
const implTypePerFamily = {
tron: "js",
ripple: "js",
xahau: "js",
ethereum: "js",
polkadot: "js",
bitcoin: "js",
Expand Down

0 comments on commit cb84700

Please sign in to comment.