Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ledger blind signing #259

Merged
merged 17 commits into from
Dec 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: less confusing message about device(s)
dj8yf0μl committed Nov 21, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 3aa61cf82b97a2a3b3fce6e17e06ffa1ac0a505b
4 changes: 2 additions & 2 deletions src/transaction_signature_options/sign_with_ledger/mod.rs
Original file line number Diff line number Diff line change
@@ -71,8 +71,8 @@ impl SignLedgerContext {
);
eprintln!("Before proceeding with blind signature,");
eprintln!("you have ability to verify unsigned transaction's details and exact SHA256 correspondence,");
eprintln!("if you have concerns with trust to current device,");
eprintln!("on another device(s) with the following helper command on near CLI:");
eprintln!("if you have concerns with trust to current computer, where near CLI command is being run,");
eprintln!("on another computer(s) with the following helper command on near CLI:");
dj8yfo marked this conversation as resolved.
Show resolved Hide resolved
eprintln!(
"$ {} transaction print-transaction unsigned\n\n",
crate::common::get_near_exec_path()