Skip to content

Conversation

obycode
Copy link
Contributor

@obycode obycode commented Sep 10, 2025

Simple fix I noticed while answering a question.

@obycode obycode requested review from a team as code owners September 10, 2025 17:01
@obycode obycode added this to the 3.2.0.0.2 milestone Sep 10, 2025
jcnelson
jcnelson previously approved these changes Sep 11, 2025
Co-authored-by: Federico De Felici <[email protected]>
@@ -423,7 +423,8 @@ fn main() {
.unwrap();

println!("Verified: {:#?}", tx.verify());
println!("Address: {}", tx.auth.origin().address_mainnet());
let address = tx.auth.origin().get_address(tx.is_mainnet());
println!("Address: {}", address);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: variable could be inlined in the format string. Feel free to ignore for now, since we can address all occurrences across stackslib in one pass when we enable the clippy::uninlined_format_args lint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants