pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

Add support for P2SH #111

Closed yashasvi-ranawat closed 1 year ago

yashasvi-ranawat commented 2 years ago

Wallets can pay to script hash.

However, P2SH utxo spending is not supported. Spending P2SH utxo will probably need a new wallet class.

merc1er commented 2 years ago

Why are you prepending ENH in front of your commit messages? Also could please use imperative mood for the verb in your future commits :)

yashasvi-ranawat commented 2 years ago

Why are you prepending ENH in front of your commit messages?

Habit from a big repo I was contributing to. Will phase it out.

Also could please use imperative mood for the verb in your future commits :)

Sure thing, thanks :)