Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aqua/installation-spell/src/aqua/deal_spell.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func deal_install(ipfs: Multiaddr, worker_def_cid: CID, deal_id: Address):
-- Create subnet only if DISCOVERY_TIMEOUT_SEC has passed
new_subnet_id, cre_errs <- createSubnetwork(deal_id)
if new_subnet_id != nil:
log(["Subnet created", subnet_id])
log(["Subnet created", new_subnet_id!])
subnet_id <<- new_subnet_id!
else:
log(["error creating subnetwork", cre_errs])
Expand Down