Bitcoin-com / bitbox-sdk

BITBOX SDK for Bitcoin Cash
https://developer.bitcoin.com/bitbox
MIT License
89 stars 62 forks source link

add regtest convertion to fromOutputScript #195

Open SuperCipher opened 3 years ago

SuperCipher commented 3 years ago

currently fromOutputScript() do not support conversion from scriptPubKey to p2sh regtest address. So I add this capability with an additional test case.