Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Yankov <[email protected]>
  • Loading branch information
Ivo-Yankov committed Sep 24, 2024
1 parent b9f77cb commit 6990fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ export class NodeCommand extends BaseCommand {
'treasuryKey'
])

config.nodeId = argv.nodeId
config.nodeId = argv[flags.nodeID.name]
config.curDate = new Date()
config.existingNodeIds = []

Expand Down

0 comments on commit 6990fc8

Please sign in to comment.