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 bd20b1b commit 8db2f5aCopy full SHA for 8db2f5a
Anchor.toml
@@ -10,4 +10,4 @@ cluster = "mainnet"
10
wallet = "~/.config/solana/id.json"
11
12
[programs.mainnet]
13
-spl_token_lending = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"
+spl_token_lending = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"
token-lending/cli/src/main.rs
@@ -1320,7 +1320,7 @@ fn command_update_reserve(
1320
reserve.liquidity.switchboard_oracle_pubkey = switchboard_feed_pubkey.unwrap();
1321
}
1322
if no_change {
1323
- println!("No changes made for reserve {}", reserve_pubkey.to_string());
+ println!("No changes made for reserve {}", reserve_pubkey);
1324
return Ok(());
1325
1326
0 commit comments