Merge rust-bitcoin/rust-bitcoin#1848: Fix formatting
0555695757
Fix formatting (Martin Habovstiak) Pull request description: This slipped in and is breaking builds. ACKs for top commit: RCasatta: ACK0555695757
apoelstra: ACK0555695757
Tree-SHA512: de93667f10fa99c51f1119353e3d59c587b7eb737a9bb92355e1f57bf2beadd1515133431bd510e6dd9b81a0d08fdd263e663117cae288eec92d207a9dabc0b3
This commit is contained in:
commit
7769221921
|
@ -980,9 +980,7 @@ impl Address {
|
|||
/// # })().unwrap();
|
||||
/// # assert_eq!(writer, ADDRESS);
|
||||
/// ```
|
||||
pub fn to_qr_uri(&self) -> String {
|
||||
format!("bitcoin:{:#}", self)
|
||||
}
|
||||
pub fn to_qr_uri(&self) -> String { format!("bitcoin:{:#}", self) }
|
||||
|
||||
/// Returns true if the given pubkey is directly related to the address payload.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue