-
Notifications
You must be signed in to change notification settings - Fork 30
Could not sign transaction: Could not parse transaction JSON. #605
Comments
@got3nks It is coming from underling library
if you single quote like above, it will return It will be fixed on 2.0.0 |
Any workaround until 2.0.0 is released? |
@got3nks It should work in interactive mode: we've experienced similar inconsistencies along these lines before, which is part of the reason we're switching frameworks from vorpal to oclif. |
We started using lisk-commander in CLI mode to integrate the new version of Lisk Core (version 1.x) which has deprecated API calls we were using before. This looked like the easiest way to create an account, create and sign transactions. |
@got3nks |
@got3nks In order to avoid that, ugly workaround would be to Since it's an ugly workaround, I will not close this issue, and make sure it's fixed in |
It worked, thanks @shuse2! |
Unfortunately, we are getting this error when submitting the signed transaction to our Lisk node (
Tried to create the transaction and sign it in interactive mode too but same error is returned. Is the secret passphrase required by lisk-commander the same as the mnemonic seed (BIP39 words)? |
In commander, we do not enforce the mnemonic passphrase now. I have tried the same procedure on the what is the procedure that you did from creating the transaction to signing it? |
When prompting Then
When submitting the signed transaction to the Lisk node I get the mentioned error: |
@got3nks If you've provided the passphrase when creating the transaction, it will sign it at the same time, so you don't need to sign it again. (FYI you can also use the |
Great, it worked. Thank you. |
Closing as this is fixed on latest 2.0.0 branch.
|
When trying to sign a transaction executing lisk in command line mode the transaction is not parsed correctly.
The same command works if using lisk in interactive mode, using exactly the same string.
The text was updated successfully, but these errors were encountered: