]> Untitled Git - bdk/commit
refactor(wallet)!: change WeightedUtxo to use Weight type
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Fri, 7 Jun 2024 19:33:02 +0000 (16:33 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Wed, 26 Jun 2024 12:09:23 +0000 (09:09 -0300)
commit438cd4682d14b5f4c6c9c653c9f05ccaaecb815d
treefbbc4cd4b38a6aebd0ab3f2ab820b5f81170b5f5
parent275e069cf45ec13a59225043ecac399986f6ca26
refactor(wallet)!: change WeightedUtxo to use Weight type
crates/wallet/src/types.rs
crates/wallet/src/wallet/coin_selection.rs
crates/wallet/src/wallet/mod.rs
crates/wallet/src/wallet/tx_builder.rs
crates/wallet/tests/wallet.rs