Skip to content

Commit d24e733

Browse files
authored
fix(cast): add missing GCP signers listing in wallet list command (#11243)
1 parent 780dcf9 commit d24e733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cast/src/cmd/wallet/list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ impl ListArgs {
8787
list_senders!(list_opts.ledgers(), "Ledger");
8888
list_senders!(list_opts.trezors(), "Trezor");
8989
list_senders!(list_opts.aws_signers(), "AWS");
90+
list_senders!(list_opts.gcp_signers(), "GCP");
9091

9192
Ok(())
9293
}

0 commit comments

Comments
 (0)