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

Commit

Permalink
Update legacy registerKeys command
Browse files Browse the repository at this point in the history
  • Loading branch information
nagdahimanshu committed Oct 23, 2023
1 parent 6e4bb14 commit 9dbd2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const getCommandsToExecPostMigration = async (
`lisk-core endpoint:invoke random_setHashOnion '{ "address":"${forgingStatus.lskAddress}"}'`,
`lisk-core endpoint:invoke generator_setStatus '{ "address":"${forgingStatus.lskAddress}", "height": ${forgingStatus.height}, "maxHeightGenerated": ${forgingStatus.maxHeightPreviouslyForged}, "maxHeightPrevoted": ${forgingStatus.maxHeightPrevoted} }' --pretty`,
`lisk-core generator:enable ${forgingStatus.lskAddress} --use-status-value`,
'lisk-core transaction:create legacy registerKeys 4000000 --key-derivation-path=legacy --send',
'lisk-core transaction:create legacy registerKeys 400000 --key-derivation-path=legacy --send',
);

commandsToExecute.push('\n', '-----------------------------------------------------', '\n');
Expand Down

0 comments on commit 9dbd2b4

Please sign in to comment.