Skip to content

Commit cfd7aed

Browse files
committed
Update rpc docs, fix CI test
Signed-off-by: Eval EXEC <[email protected]>
1 parent b9fba57 commit cfd7aed

File tree

5 files changed

+37
-27
lines changed

5 files changed

+37
-27
lines changed

chain/src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub fn start_chain_services(builder: ChainServicesBuilder) -> ChainController {
120120
}
121121
})
122122
.expect("start chain_service thread should ok");
123-
register_thread("ChainServices", chain_service_thread);
123+
register_thread("ChainService", chain_service_thread);
124124

125125
chain_controller
126126
}

0 commit comments

Comments
 (0)