Fix formatting

This slipped in and is breaking builds.
This commit is contained in:
Martin Habovstiak 2023-05-11 13:03:22 +02:00
parent 2df9b2c8b2
commit 0555695757
1 changed files with 1 additions and 3 deletions

View File

@ -980,9 +980,7 @@ impl Address {
/// # })().unwrap(); /// # })().unwrap();
/// # assert_eq!(writer, ADDRESS); /// # assert_eq!(writer, ADDRESS);
/// ``` /// ```
pub fn to_qr_uri(&self) -> String { pub fn to_qr_uri(&self) -> String { format!("bitcoin:{:#}", self) }
format!("bitcoin:{:#}", self)
}
/// Returns true if the given pubkey is directly related to the address payload. /// Returns true if the given pubkey is directly related to the address payload.
/// ///