dimxy / komodo-zebra

An ongoing Rust implementation of a Zcash node (adding Komodo rules). 🦓
Apache License 2.0
1 stars 0 forks source link

Enable pay coinbases to transparent outputs #2

Closed dimxy closed 2 years ago

dimxy commented 2 years ago

Zcash allows to pay from coinbases only to shielded outputs For kmd we need to enable pay coinbases to transparent outputs

dimxy commented 2 years ago

done (disabled that rule: CoinbaseSpendRestriction::OnlyShieldedOutputs)