btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
477 stars 410 forks source link

psbt: refactor new PSBT library to match code style of project #155

Closed Roasbeef closed 4 years ago

Roasbeef commented 4 years ago

In this PR, we perform some light refactoring of the new psbt package to better match the code style of the rest of the project. One area we mostly skipped over for the tests. In a follow up change, we hope to convert the tests to a table driven tests format in order to reduce much of the duplication.