Page MenuHomePhabricator

[electrum] let CoinChooser.make_tx take a list of TxInput
ClosedPublic

Authored by PiRK on Sep 29 2023, 10:02.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC93a4b546ba26: [electrum] let CoinChooser.make_tx take a list of TxInput
Summary

Move the dict -> TxInput conversion out of coinchooser.py

Add basic test coverage

Depends on D14560

Test Plan

python test_runner.py

Diff Detail