]> Untitled Git - bdk/commitdiff
Merge bitcoindevkit/bdk#1560: Derive `Clone` on `AddressInfo`
authorSteve Myers <steve@notmandatory.org>
Wed, 21 Aug 2024 18:16:45 +0000 (13:16 -0500)
committerSteve Myers <steve@notmandatory.org>
Wed, 21 Aug 2024 18:23:26 +0000 (13:23 -0500)
b84292787f3b7291b79a1a096a9fc6e5ba33045c feat(wallet): Derive Clone on AddressInfo (Praveen Perera)

Pull request description:

  ### Description

  Derive `Clone` on `AddressInfo` so I can clone it

  ### Checklists

  #### All Submissions:

  * [X] I've signed all my commits
  * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
  * [X] I ran `cargo fmt` and `cargo clippy` before committing

  ### Changelog notice

  * Added `Clone` impl for `AddessInfo`

ACKs for top commit:
  oleonardolima:
    ACK b84292787f3b7291b79a1a096a9fc6e5ba33045c
  evanlinjin:
    ACK b84292787f3b7291b79a1a096a9fc6e5ba33045c
  notmandatory:
    ACK b84292787f3b7291b79a1a096a9fc6e5ba33045c

Tree-SHA512: 56287730d74757ce8b1ec3fc8b9069da9ca2f95da80ce07a1cb4077cd9cc1da0a597b32d57eb2971f874865c125aec4a3313b373a613d338e8d1bdfb4e797851

1  2 
crates/wallet/src/wallet/mod.rs

Simple merge