Further updates

This commit is contained in:
Age Manning
2020-05-08 16:07:31 +10:00
parent c4d5af81df
commit d54356036b
3 changed files with 11 additions and 18 deletions

View File

@@ -657,7 +657,7 @@ where
};
// Starts the service that connects to an eth1 node and periodically updates caches.
context.runtime_handle.spawn(backend.start(exit));
context.runtime_handle.enter(|| backend.start(exit));
self.beacon_chain_builder = Some(beacon_chain_builder.eth1_backend(Some(backend)));