]> Untitled Git - bdk/commit
chore(wallet): rm dup code
author志宇 <hello@evanlinjin.me>
Thu, 13 Jun 2024 03:47:01 +0000 (11:47 +0800)
committer志宇 <hello@evanlinjin.me>
Thu, 13 Jun 2024 03:47:01 +0000 (11:47 +0800)
commit11200810d048abb8deb3c7961ca93c68011d41fd
tree912c1649bef0698fc23baa82caf5441273e08719
parent2a4564097bd70905ed9fa21b92cdf074a72f878e
chore(wallet): rm dup code

Methods `make_multi` and `make_multi_a` were essentially the same thing
except for a different const generic param on `Threshold`. So we rm
`make_multi_a` and put a const generic param on `make_multi`.
crates/wallet/src/descriptor/policy.rs