LykkeCity / NBitcoin.Zcash

MIT License
4 stars 3 forks source link

Getting Exception "Unknown tx format" when nVersion = 4 & nVersionGroupId= 2301567109 #7

Open johnconger opened 5 years ago

johnconger commented 5 years ago

I'm trying to sign a Sapling transaction, but when the above version and group set I get a "Unknown tx format" Exception in ZCashTransaction.cs -

If I remove this if (!isSprout && !isJs && !(fOverwintered && (isOverwinter || isSapling)))

The transaction signs. What are the ramifications of removing this check?