Rm merkle_root with state_id
This commit is contained in:
parent
b6d533804c
commit
4496f8ec73
@ -582,7 +582,7 @@ export default class Services {
|
|||||||
const storages = [storageUrl];
|
const storages = [storageUrl];
|
||||||
|
|
||||||
for (const state of process.states) {
|
for (const state of process.states) {
|
||||||
if (state.merkle_root === "") {
|
if (state.state_id === "") {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!state.encrypted_pcd) {
|
if (!state.encrypted_pcd) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user