Skip to content

Commit a298c61

Browse files
committed
Make Address Clone
1 parent 4cd8e64 commit a298c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod macros;
2828
pub mod error;
2929
pub use bitcoin::Network;
3030

31-
#[derive(Debug, PartialEq, Eq)]
31+
#[derive(Debug, Clone, PartialEq, Eq)]
3232
pub struct Address(BitcoinAddress<NetworkChecked>);
3333

3434
impl Address {

0 commit comments

Comments
 (0)