Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Transaction create command with no signature failed #6161

Closed
nazarhussain opened this issue Feb 11, 2021 · 0 comments · Fixed by #6169
Closed

Transaction create command with no signature failed #6161

nazarhussain opened this issue Feb 11, 2021 · 0 comments · Fixed by #6169

Comments

@nazarhussain
Copy link
Contributor

nazarhussain commented Feb 11, 2021

Expected behavior

Transaction create command in bootstrap application shows a supported flag --no-signature

> ./bin/run transaction:create --help 
Create transaction which can be broadcasted to the network. Note: fee and amount should be in Beddows!!

USAGE
  $ lisk-app transaction:create MODULEID ASSETID FEE

OPTIONS

  --no-signature
      Creates the transaction without a signature. Your passphrase will therefore not be 
      required

As per description when --no-signature flag is specified it should ask for the signtaure.

Actual behavior

When this flag is specified it failed with error.

 ›   Error: Cannot read property 'toString' of undefined

Steps to reproduce

> ./bin/run transaction:create 2 0 1000000 --no-signature 

Which version(s) does this affect? (Environment, OS, etc...)

5.0.x

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants