Rm merkle_root with state_id

This commit is contained in:
Sosthene00 2025-01-02 14:34:52 +01:00
parent b6d533804c
commit 4496f8ec73

View File

@ -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) {