diff --git a/token-lending/cli/src/main.rs b/token-lending/cli/src/main.rs index 77e9aff44c1..07ae02db3c0 100644 --- a/token-lending/cli/src/main.rs +++ b/token-lending/cli/src/main.rs @@ -1320,7 +1320,7 @@ fn command_update_reserve( reserve.liquidity.switchboard_oracle_pubkey = switchboard_feed_pubkey.unwrap(); } if no_change { - println!("No changes made for reserve {}", reserve_pubkey.to_string()); + println!("No changes made for reserve {}", reserve_pubkey); return Ok(()); }