Skip to content

Commit 7bbec28

Browse files
authored
Merge pull request #9 from Conflux-Chain/updateMisc
Update misc
2 parents 2d1bf23 + 883b4d1 commit 7bbec28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# App Conflux Rust
1+
# Ledger App Conflux Rust
22

33
This is the `Conflux Core Space` Ledger device app, which can work with the [`Conflux Fluent Wallet`](https://fluentwallet.com/) to send transactions to the Conflux Network (Core Space). This app adds support for the Conflux native token(CFX) to the Ledger Nano S+/Flex/Stax/X hardware wallet.
44

@@ -9,7 +9,7 @@ Current Features:
99

1010
## Command APDU
1111

12-
[APDU specification](./docs/COMMANDS.md)
12+
[APDU specification](./docs/APDU.md)
1313

1414
## Building and installing
1515

src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub const MAX_APPNAME_LEN: usize = 64;
1717
/**
1818
* Maximum transaction length (bytes).
1919
*/
20-
pub const MAX_TRANSACTION_LEN: usize = 510;
20+
pub const MAX_TRANSACTION_LEN: usize = 765;
2121

2222
/**
2323
* Maximum signature length (bytes).

0 commit comments

Comments
 (0)