Skip to content

Commit

Permalink
Add Supervisor service to the list of service factories [ECR-3841] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Bogdanov authored and dmitry-timofeev committed Dec 12, 2019
1 parent c178e2a commit e763820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exonum-java-binding/core/rust/exonum-java/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ fn standard_exonum_service_factories() -> Vec<Box<dyn ServiceFactory>> {
vec![
Box::new(TimeServiceFactory::with_provider(SystemTimeProvider)),
Box::new(BtcAnchoringService),
Box::new(SimpleSupervisor::new()),
]
}

0 comments on commit e763820

Please sign in to comment.