]> Untitled Git - bdk/commit
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)
commit37314dc6d72fddb3c21734d70cb0ac0cd162d2ef
treeb6e0e9c842f98fac2100c696d4614ae85226bbc5
parentacccb5981b3400a19652248deb21898c33aabeb6
parentb84292787f3b7291b79a1a096a9fc6e5ba33045c
Merge bitcoindevkit/bdk#1560: Derive `Clone` on `AddressInfo`

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
crates/wallet/src/wallet/mod.rs