Unexpected error message when using kadena tx sign -u .. -w. .
#2625
Labels
bug
Something isn't working
kadena tx sign -u .. -w. .
#2625
Please confirm the following:
What operating system are you using? And what version?
darwin
What environment or browser are you using? And what version?
Node.JS v18.18.0
What package is the bug report about?
@kadena/kadena-cli
Describe the bug
Describe the issue:
Invalid value for txUnsignedTransactionFiles: tx.json
? Enter the wallet password: **********
Command 1 (hash: UoEJas_kIby2XTPAtkZrcFdD6oLrMtmr_P516RvJdn4) will now be signed with the following signers:
Public Key Capabilities
af9b8d9448c68b81519cda4879dab5308f3c5facef450ead7d45534ae1d257f8 coin.GAS()
Transaction executed code:
"(RWA.mvp-token.create-account (read-string 'investor) (read-keyset 'investor-keyset))"
Transaction with hash: UoEJas_kIby2XTPAtkZrcFdD6oLrMtmr_P516RvJdn4 was successfully signed.
Signed transaction saved to /Users/heekyun/Kadena/RWA-token/mvp/scripts/transaction-UoEJas_kIb-signed.json
Executed:
kadena tx sign --tx-sign-with="wallet" --wallet-name="mvp-wallet" --tx-unsigned-transaction-files="tx.json"
Steps to reproduce the behavior
Executed command:
kadena tx sign -s wallet -w mvp-wallet -u tx.json
What did you expect to happen?
The command returned the error message,
Invalid value for txUnsignedTransactionFiles: tx.json
unexpectedly, because the command did run correctly and outputted the signed file.The behavior was observed when
-u
tag was used with-w
tag or-s
tag.Participation
The text was updated successfully, but these errors were encountered: