-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant Sign Transaction - Encountered invalid prevhash #165
Comments
@keepkeyjon Maybe? |
@kaladinlight maybe? |
This is the dTXjson I am attempting to use with it, the txid is valid and on chain according to block explorers and unspent.
|
Possibly related: shapeshift/web#792 |
Possibly related: #404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting encountered invalid prevhash when attempting to sign a transaction with a coin that has no client typically (Denarius) but is in the firmware of Keepkey...Address derivation and all of that works great, and now pulling unspent transactions from the address and then attempting to sign it...this fails everytime with the "Encountered invalid prevhash" which seems to be linked to the Trezor firmware libs? This is all on a Keepkey though fyi and using WebUSB, other transactions are able to sign just fine like Dogecoin, Bitcoin, Litecoin, etc.
My btcSignTx call:
The dxTxJson just includes the full raw transaction json of the main input TXID as followed by other coins.
Denarius was added as a cointype under the bitcoin.ts file (Number 116) if anyone can test this and assist.
The text was updated successfully, but these errors were encountered: