]> Untitled Git - bdk/commit
Merge bitcoindevkit/bdk#471: moving the function wallet_name_from_descriptor from...
authorSteve Myers <steve@notmandatory.org>
Thu, 25 Nov 2021 04:44:27 +0000 (20:44 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 25 Nov 2021 04:44:58 +0000 (20:44 -0800)
commit3a07614fdb13154d448b291e50ca5395153ec745
tree191b21acf092364cf2e31b7fcaabb796344411e0
parentb2ac4a0dfd33e1286059d0bd090fd9137e2545ba
parent2fc81141806ace8f12e5a019c0866f16fa8a02dc
Merge bitcoindevkit/bdk#471: moving the function wallet_name_from_descriptor from blockchain/rpc.rs to wallet/mod.rs as it can be useful not only for rpc

2fc81141806ace8f12e5a019c0866f16fa8a02dc moving the function wallet_name_from_descriptor from blockchain/rpc.rs to wallet/mod.rs as it can be useful not only for rpc (Richard Ulrich)

Pull request description:

  ### Description

  Moving the function wallet_name_from_descriptor from rpc.rs to mod.rs
  Since the local cache for compact filters should be separate per wallet, this function can be useful not only for rpc.

  ### Notes to the reviewers

  I thought about renaming it, but waited for opinions on that.

  ### 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

ACKs for top commit:
  notmandatory:
    re-ACK  2fc8114

Tree-SHA512: d5732e74f7a54f54dde39fff77f94f12c611a419bed9683025ecf7be95cde330209f676dfc9346ebcd29194325589710eafdd1d533e8073d0662cb397577119f
src/wallet/mod.rs