Commit 8d01184
committed
Restore ScriptBuf and Witness test imports
The v2 receive test module lost `ScriptBuf` and `Witness` from its
bitcoin import after two branches merged with a silent semantic
conflict. Commit 4548e25 shrank the import to `{Amount, FeeRate}`
because it deleted the code that used them, while PR #1718 (merged
against a stale base) added new test code that uses `ScriptBuf` and
`Witness`. The 3-way merge kept master's shrunken import alongside the
PR's new usages, breaking `cargo test` compilation on master.
Re-add both types to the import so the lib test build compiles.1 parent d35ee58 commit 8d01184
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1652 | 1652 | | |
1653 | 1653 | | |
1654 | 1654 | | |
1655 | | - | |
| 1655 | + | |
1656 | 1656 | | |
1657 | 1657 | | |
1658 | 1658 | | |
| |||
0 commit comments