Skip to content

Commit

Permalink
Add vrf key to session key
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <[email protected]>
  • Loading branch information
Dengjianping committed Jul 22, 2023
1 parent b9f4b33 commit aabb74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/packages/orchestrator/src/chainSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export function getNodeKey(node: Node, useStash = true): GenesisNodeKey {
beefy: encodeAddress(ec_account.publicKey),
aura: sr_account.address,
nimbus: sr_account.address,
vrf: sr_account.address,
},
];

Expand Down

0 comments on commit aabb74f

Please sign in to comment.