Commit a7bd01a8 authored by Kelvin Fichter's avatar Kelvin Fichter

Add timestamp to state batch

parent 172d6289
......@@ -73,7 +73,10 @@ contract OVM_StateCommitmentChain is iOVM_StateCommitmentChain, OVM_BaseChain, L
elements[i] = abi.encodePacked(_batch[i]);
}
_appendBatch(elements);
_appendBatch(
elements,
abi.encodePacked(block.timestamp)
);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment