dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
165 stars 123 forks source link

Sending to and validation P2SH addresses. #51

Closed baahkusi closed 1 year ago

baahkusi commented 3 years ago

Hi, thanks for your great work on the library. Currently I do seem to get Invalid version or network mismatch error whenever I use P2SH addresses starting with 3. I'm able to send to legacy and native segwit addresses. Does the library support sending to P2SH addresses starting with 3?

SFzxc commented 3 years ago

Yes, This lib currently only support legacy and native segwit addresses. PR are welcome to ssupport P2SH address