Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit ea01a42

Browse files
authored
fix(deal): print subnet id correctly (#130)
1 parent ba8a58c commit ea01a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aqua/installation-spell/src/aqua/deal_spell.aqua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func deal_install(ipfs: Multiaddr, worker_def_cid: CID, deal_id: Address):
7676
-- Create subnet only if DISCOVERY_TIMEOUT_SEC has passed
7777
new_subnet_id, cre_errs <- createSubnetwork(deal_id)
7878
if new_subnet_id != nil:
79-
log(["Subnet created", subnet_id])
79+
log(["Subnet created", new_subnet_id!])
8080
subnet_id <<- new_subnet_id!
8181
else:
8282
log(["error creating subnetwork", cre_errs])

0 commit comments

Comments
 (0)