mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-25 06:52:14 +00:00
fix typo
This commit is contained in:
parent
d62711c27c
commit
2c9d625863
@ -36,7 +36,7 @@ contract Lazy is Structs {
|
||||
function submit(Data calldata data, Proof calldata proof) external payable {
|
||||
require(msg.value == stake);
|
||||
|
||||
Task memory task = Task(data, proof, msg.sender, uint96(now), Status.UNCHECKED);
|
||||
Task memory task = Task(data, proof, msg.sender, now, Status.UNCHECKED);
|
||||
uint index = tasks.push(task);
|
||||
|
||||
emit Submitted(msg.sender, index, task);
|
||||
|
Loading…
x
Reference in New Issue
Block a user