Skip to content

Commit 60ac1c1

Browse files
committed
chore: fix comment in router
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent fbc2c7d commit 60ac1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/service/src/service/router.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl ServiceRouter {
180180
)
181181
.await
182182
.expect("Error creating escrow_accounts channel"),
183-
(None, None) => panic!("No allocations or network subgraph was provided"),
183+
(None, None) => panic!("No escrow accounts or escrow subgraph was provided"),
184184
};
185185

186186
// Monitor dispute manager address
@@ -192,7 +192,7 @@ impl ServiceRouter {
192192
.await
193193
.expect("Failed to initialize dispute manager")
194194
}
195-
(None, None) => panic!("No allocations or network subgraph was provided"),
195+
(None, None) => panic!("No dispute allocations or network subgraph was provided"),
196196
};
197197

198198
// Maintain an up-to-date set of attestation signers, one for each

0 commit comments

Comments
 (0)