@@ -148,6 +148,7 @@ fn main() -> Result<(), Error> {
148148 ..
149149 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
150150 & config,
151+ false ,
151152 & derive_pot_external_entropy ( & config, None ) ?,
152153 ) ?;
153154 Ok ( (
@@ -166,6 +167,7 @@ fn main() -> Result<(), Error> {
166167 ..
167168 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
168169 & config,
170+ false ,
169171 & derive_pot_external_entropy ( & config, None ) ?,
170172 ) ?;
171173 Ok ( (
@@ -185,6 +187,7 @@ fn main() -> Result<(), Error> {
185187 ..
186188 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
187189 & config,
190+ false ,
188191 & derive_pot_external_entropy ( & config, None ) ?,
189192 ) ?;
190193 Ok ( (
@@ -205,6 +208,7 @@ fn main() -> Result<(), Error> {
205208 ..
206209 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
207210 & config,
211+ false ,
208212 & derive_pot_external_entropy ( & config, None ) ?,
209213 ) ?;
210214 Ok ( (
@@ -227,6 +231,7 @@ fn main() -> Result<(), Error> {
227231 ..
228232 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
229233 & config,
234+ false ,
230235 & derive_pot_external_entropy ( & config, None ) ?,
231236 ) ?;
232237 Ok ( (
@@ -263,6 +268,7 @@ fn main() -> Result<(), Error> {
263268 let PartialComponents { client, .. } =
264269 subspace_service:: new_partial :: < PosTable , RuntimeApi > (
265270 & config,
271+ false ,
266272 & derive_pot_external_entropy ( & config, None ) ?,
267273 ) ?;
268274
@@ -279,6 +285,7 @@ fn main() -> Result<(), Error> {
279285 client, backend, ..
280286 } = subspace_service:: new_partial :: < PosTable , RuntimeApi > (
281287 & config,
288+ false ,
282289 & derive_pot_external_entropy ( & config, None ) ?,
283290 ) ?;
284291 let db = backend. expose_db ( ) ;
0 commit comments