mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-07-31 22:22:11 +00:00
Updated migrations
This commit is contained in:
@@ -72,9 +72,7 @@ contract Lazy is Structs {
|
||||
msg.sender.transfer(stake);
|
||||
}
|
||||
|
||||
function taskDataById(uint id) external view returns(
|
||||
uint[13] memory data
|
||||
) {
|
||||
function taskDataById(uint id) external view returns(uint[13] memory data) {
|
||||
Task memory task = tasks[id];
|
||||
|
||||
data[0] = task.data.input[0];
|
||||
|
Reference in New Issue
Block a user