Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jun 26, 2023
1 parent c53a850 commit a355de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/examples/how_tos/client/get_outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ async fn main() -> Result<()> {
// Take the address from command line argument or use a default one.
let address = Bech32Address::try_from_str(
std::env::args()
.nth(2)
.as_deref()
.unwrap_or("rms1qpllaj0pyveqfkwxmnngz2c488hfdtmfrj3wfkgxtk4gtyrax0jaxzt70zy"),
.nth(2)
.as_deref()
.unwrap_or("rms1qpllaj0pyveqfkwxmnngz2c488hfdtmfrj3wfkgxtk4gtyrax0jaxzt70zy"),
)?;

// Get output IDs of basic outputs that can be controlled by this address without further unlock constraints.
Expand Down

0 comments on commit a355de9

Please sign in to comment.