-
Notifications
You must be signed in to change notification settings - Fork 147
Zcash tx with negative balanceValue #83
Comments
I need assistance, I have this issue with my coin stuck and can't send. How can I correct this issue on my trezor one to send my coin? |
Maybe a trivial fix would be to replace
with
|
Thanks for the comment. Hopefully there will be a correction for me to release my ZEC coin. I am not a coder so have to rely on friends like you. |
This fixes the issue for us: trezor@c41701b |
Ok thanks, Sorry I am learning here. How do I get this into the Trezor one to correct it? I have only worked out how to change the .bin and not code the files myself. |
Closing this. I'll send a pull request to this repo once we've tested this. @GIBR0 please wait for the next update. |
ok many thanks Pavol |
I have this same issue. Can't send any ZEC transactions with my Trezor Model T. Updated to latest firmware (August 5th). Please push update soon as possible, I need to move some coins.
|
@seperatis please send me an email to [email protected] - I'll give you URL where you can test our fix @GIBR0 please send me an email to [email protected] - I'll give you URL where you can test our fix |
Emailed you... I'll let you know results after I try it. |
Zcash tx with negative balanceValue
if sum of amounts of shielded outputs is greater than sum of amounts of shielded inputs then tx.valueBalance is < 0. Such tx breaks
Transaction.prototype.getHash
How to reproduce:
Problem is that unsigned int is expected here
bitgo-utxo-lib/src/transaction.js
Line 717 in 7c91a91
Which obviously throws here
bitgo-utxo-lib/src/bufferutils.js
Line 10 in 7c91a91
The text was updated successfully, but these errors were encountered: