File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub struct ChunkTask {
2020 /// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk.
2121 pub prev_msg_queue_hash : B256 ,
2222 /// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate)
23- pub post_msg_queue_hash : B256 ,
23+ pub post_msg_queue_hash : B256 ,
2424 /// Fork name specify
2525 pub fork_name : String ,
2626}
@@ -106,7 +106,7 @@ pub struct ChunkProvingTask {
106106 /// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk.
107107 pub prev_msg_queue_hash : B256 ,
108108 /// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate)
109- pub post_msg_queue_hash : B256 ,
109+ pub post_msg_queue_hash : B256 ,
110110 /// Fork name specify
111111 pub fork_name : String ,
112112 /// Optional inputs in case of domain=validium.
You can’t perform that action at this time.
0 commit comments