Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlittle committed Dec 20, 2023
1 parent b16df7e commit 1bc2567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bitcoin/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,7 @@ impl Relayer {
}

let script_pubkey = signed_tx.tx.output[0].script_pubkey.clone();
let deposit_addr =
bitcoin::Address::from_script(&script_pubkey, super::NETWORK)?;
let deposit_addr = bitcoin::Address::from_script(&script_pubkey, super::NETWORK)?;
let url = format!("{}/address", "http://localhost:8999",);
let client = reqwest::Client::new();
let res = client
Expand Down

0 comments on commit 1bc2567

Please sign in to comment.