File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
wallet/src/signer/ledger_signer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ cargo fmt --check -- --config newline_style=Unix
1212
1313# Install cargo deny first with: cargo install cargo-deny.
1414# Note: "--allow duplicate" silences the warning "found x duplicate entries for crate y".
15- # cargo deny check --allow duplicate --hide-inclusion-graph
15+ cargo deny check --allow duplicate --hide-inclusion-graph
1616
17- # cargo vet check --locked
17+ cargo vet check --locked
1818
1919CLIPPY_VERSION_RESPONSE=$( cargo clippy --version)
2020# Note: clippy version starts from 0, e.g. '0.1.90'
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ async fn exchange_message<L: Exchange>(
7070 ok_response ( resp)
7171}
7272
73- /// Send a message in chunks to the ledger as the max size of a message can be 255 bytes
73+ /// Send a message in chunks to the ledger as the max size of a message is 255 bytes
7474async fn send_chunked < L : Exchange > (
7575 ledger : & mut L ,
7676 ins : u8 ,
You can’t perform that action at this time.
0 commit comments