You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
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
Expected behavior
Transaction create command in bootstrap application shows a supported flag
--no-signature
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.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
5.0.x
The text was updated successfully, but these errors were encountered: