We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780dcf9 commit d24e733Copy full SHA for d24e733
crates/cast/src/cmd/wallet/list.rs
@@ -87,6 +87,7 @@ impl ListArgs {
87
list_senders!(list_opts.ledgers(), "Ledger");
88
list_senders!(list_opts.trezors(), "Trezor");
89
list_senders!(list_opts.aws_signers(), "AWS");
90
+ list_senders!(list_opts.gcp_signers(), "GCP");
91
92
Ok(())
93
}
0 commit comments