Skip to content

Commit

Permalink
fix executor name for full node rpc service
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Aug 24, 2023
1 parent fa35957 commit c75f33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class RpcApiService implements Service {
@Getter
private MonitorApi monitorApi = new MonitorApi();

private final String executorName = "rpc-pbft-executor";
private final String executorName = "rpc-full-executor";

@Override
public void init() {
Expand Down

0 comments on commit c75f33b

Please sign in to comment.