]> Untitled Git - bdk/commit
feat(esplora): include previous `TxOut`s for fee calculation
authorWei Chen <wzc110@gmail.com>
Wed, 31 Jan 2024 15:41:42 +0000 (23:41 +0800)
committerWei Chen <wzc110@gmail.com>
Mon, 5 Feb 2024 09:01:11 +0000 (17:01 +0800)
commit552f11cb5f66a9366dbc05c801fcae043ebe5b82
tree38d8345e6448c2d54811449cfacefb79e93004f0
parentf099b42005b5310cee51fa2eaa29f94d76753bd7
feat(esplora): include previous `TxOut`s for fee calculation
The previous `TxOut` for transactions received from an external
wallet are added as floating `TxOut`s to `TxGraph` to allow for
fee calculation.
crates/esplora/src/async_ext.rs
crates/esplora/src/blocking_ext.rs
crates/esplora/tests/async_ext.rs
crates/esplora/tests/blocking_ext.rs