File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/service/src/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments