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.
The --chainid in: lisk-core keys:create --chainid <value> --output <path> --add-legacy
requires a decimal value of an actual chainid
i.e if the chain ID is 99000000 you need to input 153
the --chain-id in: lisk-core transaction:create legacy registerKeys 10000000 --key-derivation-path=legacy --chain-id 99000000 --no-signature --sender-public-key=<pubkey>
requires a full ID of the chain
ie. if the chain ID is 99000000 you need to input 99000000
also one flag has a dash -, other doesn't
Motivation
To introduce less confusion, and avoid potential mistakes
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The
--chainid
in:lisk-core keys:create --chainid <value> --output <path> --add-legacy
requires a decimal value of an actual chainid
i.e if the chain ID is
99000000
you need to input153
the
--chain-id
in:lisk-core transaction:create legacy registerKeys 10000000 --key-derivation-path=legacy --chain-id 99000000 --no-signature --sender-public-key=<pubkey>
requires a full ID of the chain
ie. if the chain ID is
99000000
you need to input99000000
also one flag has a dash
-
, other doesn'tMotivation
To introduce less confusion, and avoid potential mistakes
The text was updated successfully, but these errors were encountered: