Skip to content

Commit 7e85b46

Browse files
authored
feat: print pubkey on solana client startup (PsycheFoundation#524)
1 parent 130b23d commit 7e85b46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • architectures/decentralized/solana-client/src

architectures/decentralized/solana-client/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ async fn async_main() -> Result<()> {
177177
);
178178

179179
let wallet_keypair: Arc<Keypair> = Arc::new(wallet.try_into()?);
180+
info!("Solana wallet pubkey: {}", wallet_keypair.pubkey());
180181

181182
let logger = psyche_tui::logging()
182183
.with_output(args.logs)

0 commit comments

Comments
 (0)