We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178e2a commit e763820Copy full SHA for e763820
exonum-java-binding/core/rust/exonum-java/src/node.rs
@@ -116,5 +116,6 @@ fn standard_exonum_service_factories() -> Vec<Box<dyn ServiceFactory>> {
116
vec![
117
Box::new(TimeServiceFactory::with_provider(SystemTimeProvider)),
118
Box::new(BtcAnchoringService),
119
+ Box::new(SimpleSupervisor::new()),
120
]
121
}
0 commit comments