We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd8e64 commit a298c61Copy full SHA for a298c61
src/lib.rs
@@ -28,7 +28,7 @@ mod macros;
28
pub mod error;
29
pub use bitcoin::Network;
30
31
-#[derive(Debug, PartialEq, Eq)]
+#[derive(Debug, Clone, PartialEq, Eq)]
32
pub struct Address(BitcoinAddress<NetworkChecked>);
33
34
impl Address {
0 commit comments