Skip to content

Commit

Permalink
adds task priority
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Jan 21, 2025
1 parent 62d359d commit ec3584a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/lagrange.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ message SubmitTaskRequest {

// BE-encoded `U256`.
bytes stake_requested = 6;

// Priority of the task
uint64 priority = 7;
}

message SubmitTaskResponse {
Expand Down

0 comments on commit ec3584a

Please sign in to comment.