mirror of
https://gitee.com/BDWare/consistency-sdk
synced 2025-01-10 01:44:11 +00:00
debug raft
This commit is contained in:
parent
bd6135b6ea
commit
11fb2c3ada
@ -170,6 +170,9 @@ public class ConsistencyPluginManager {
|
||||
case RequestAllResponseFirst:
|
||||
name = "RARF";
|
||||
break;
|
||||
case RAFT:
|
||||
name = "RAFT";
|
||||
break;
|
||||
}
|
||||
return createContractExecutor(name, args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user