rainbreak / solidity-btc-parser

Solidity library to parse raw Bitcoin transaction bytes
Other
33 stars 12 forks source link

Tests #15

Closed rainbreak closed 7 years ago

rainbreak commented 7 years ago

Fixes #3 (for now).

Caught an edge case here: multiple outputs pointing to the same address. Effectively only the largest value output counts. Added a note to the readme about this.