diff --git a/proto/lagrange.proto b/proto/lagrange.proto index f6b1c9c..06014b8 100644 --- a/proto/lagrange.proto +++ b/proto/lagrange.proto @@ -55,6 +55,9 @@ message SubmitTaskRequest { // BE-encoded `U256`. bytes stake_requested = 6; + + // Priority of the task + uint64 priority = 7; } message SubmitTaskResponse {