Skip to content

Commit

Permalink
Merge pull request #30 from DanGould/address-clone
Browse files Browse the repository at this point in the history
Make Address Clone
  • Loading branch information
tnull authored Dec 31, 2024
2 parents 4cd8e64 + a298c61 commit 08478a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod macros;
pub mod error;
pub use bitcoin::Network;

#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Address(BitcoinAddress<NetworkChecked>);

impl Address {
Expand Down

0 comments on commit 08478a3

Please sign in to comment.