fix: fix bugs

fix bugs in ContractManager.startContractAndRedirect to support SelfAdaptiveSharding contracts
This commit is contained in:
Frank.R.Wu 2021-11-17 17:37:22 +08:00
parent 2701f7286d
commit 54e5159082

View File

@ -884,6 +884,7 @@ public class ContractManager {
case RequestAllResponseFirst: case RequestAllResponseFirst:
case RequestAllResponseHalf: case RequestAllResponseHalf:
case Sharding: case Sharding:
case SelfAdaptiveSharding:
case Sole: case Sole:
ret = client.startProcess(ps); ret = client.startProcess(ps);
conflictCheck = checkConflict(c, client, ret); conflictCheck = checkConflict(c, client, ret);