Skip to content

Commit

Permalink
Report service fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jun 19, 2024
1 parent f4e589a commit cc11433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subvt-report-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ impl Service for ReportService {
.service(validator::validator_reward_chart_service)
.service(staking::controller_service)
.service(staking::bond_service)
.service(network::get_network_status)
})
.workers(10)
.disable_signals()
Expand Down

0 comments on commit cc11433

Please sign in to comment.