Skip to content

Commit

Permalink
Update rpc docs, fix CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <[email protected]>
  • Loading branch information
eval-exec committed Feb 26, 2024
1 parent b9fba57 commit cfd7aed
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 27 deletions.
2 changes: 1 addition & 1 deletion chain/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub fn start_chain_services(builder: ChainServicesBuilder) -> ChainController {
}
})
.expect("start chain_service thread should ok");
register_thread("ChainServices", chain_service_thread);
register_thread("ChainService", chain_service_thread);

chain_controller
}
Loading

0 comments on commit cfd7aed

Please sign in to comment.