Skip to content

Commit 08478a3

Browse files
authored
Merge pull request #30 from DanGould/address-clone
Make Address Clone
2 parents 4cd8e64 + a298c61 commit 08478a3

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)