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

Improve error when supplying established address to --gas-payer #3791

Open
brentstone opened this issue Sep 9, 2024 · 0 comments
Open

Improve error when supplying established address to --gas-payer #3791

brentstone opened this issue Sep 9, 2024 · 0 comments

Comments

@brentstone
Copy link
Collaborator

Currently, the output would look like this:

target/release/namadac transparent-transfer --source brent-multisig --target brent-0 --token nam --amount 100 --signing-keys brent-2,brent-3 --node $DO_NODE --gas-payer brent-multisig

The application panicked (crashed).
Message:  called `Result::unwrap()` on an `Err` value: "Couldn't look-up public key associated with \"brent-multisig\""
Location: crates/apps_lib/src/cli/context.rs:271

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants