Skip to content

Commit e763820

Browse files
Ilya Bogdanovdmitry-timofeev
Ilya Bogdanov
authored andcommitted
Add Supervisor service to the list of service factories [ECR-3841] (#1289)
1 parent c178e2a commit e763820

File tree

1 file changed

+1
-0
lines changed
  • exonum-java-binding/core/rust/exonum-java/src

1 file changed

+1
-0
lines changed

exonum-java-binding/core/rust/exonum-java/src/node.rs

+1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ fn standard_exonum_service_factories() -> Vec<Box<dyn ServiceFactory>> {
116116
vec![
117117
Box::new(TimeServiceFactory::with_provider(SystemTimeProvider)),
118118
Box::new(BtcAnchoringService),
119+
Box::new(SimpleSupervisor::new()),
119120
]
120121
}

0 commit comments

Comments
 (0)