mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
fix(workers): fix get_worker_id signature (#58)
This commit is contained in:
parent
39da3b5b5c
commit
7402e0c072
@ -12,7 +12,7 @@ service DealWorker("worker"):
|
||||
|
||||
-- Returns worker peer id associated with `deal_id`.
|
||||
-- Returns nil if worker doesn't exist.
|
||||
get_peer_id_opt(deal_id: ?string) -> PeerId
|
||||
get_worker_id(deal_id: ?string) -> ?PeerId
|
||||
|
||||
-- Removes worker with all deployed spells and services.
|
||||
-- Throws an error if worker doesn't exist.
|
||||
|
Loading…
Reference in New Issue
Block a user