Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu committed Feb 19, 2024
1 parent 87dfb49 commit f4afb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PeerId from "./builtin.aqua"
service Worker("worker"):
-- Creates new worker associated with `deal_id` and allows specifying custom `cu_ids`.
-- Arguments:
-- deal_id - id of the deal
-- deal_id - ID of the deal
-- cu_ids – an array of target compute unit IDs
-- Returns: PeerId - worker ID if creation was successful
-- Throws an error if a worker exists.
Expand Down

0 comments on commit f4afb3e

Please sign in to comment.