Skip to content

Commit 6071c8a

Browse files
committed
await execute block inside loop
1 parent 4a9dd1c commit 6071c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/commands/execute_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ where
159159
&executor,
160160
&rpc,
161161
live_state,
162-
);
162+
).await;
163163
}
164164
}
165165

0 commit comments

Comments
 (0)