BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
86 stars 146 forks source link

Buffer size miscalcualtion for Zcash #11

Open argjv opened 6 years ago

argjv commented 6 years ago

Transaction.prototype.__toBuffer creates a buffer bigger than expected which we end up slicing. We are doing some miscalculation somewhere, we shouldn't have to slice the final buffer.

karelbilek commented 5 years ago

I think this is already fixed