File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ export const PrepareLidoCore = command.cli({
132132 ) ;
133133 assert ( oracleDaemonConfig !== undefined , "Missing oracleDaemonConfig" ) ;
134134 assert (
135- oracleDaemonConfig . hashConsensusForAccountingOracle !== undefined ,
136- "Missing oracleDaemonConfig. hashConsensusForAccountingOracle" ,
135+ configObj . hashConsensusForAccountingOracle !== undefined ,
136+ "Missing hashConsensusForAccountingOracle" ,
137137 ) ;
138138 assert (
139- oracleDaemonConfig . hashConsensusForValidatorsExitBusOracle !== undefined ,
140- "Missing oracleDaemonConfig. hashConsensusForValidatorsExitBusOracle" ,
139+ configObj . hashConsensusForValidatorsExitBusOracle !== undefined ,
140+ "Missing hashConsensusForValidatorsExitBusOracle" ,
141141 ) ;
142142
143143 vestingParams . holders = {
You can’t perform that action at this time.
0 commit comments