Skip to content

Commit b605630

Browse files
louisingeraltafan
andauthored
Update pkg/client-sdk/client.go
Co-authored-by: Pietralberto Mazza <[email protected]> Signed-off-by: louisinger <[email protected]>
1 parent 766fa7b commit b605630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client-sdk/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ func (a *covenantlessArkClient) handleBatchEvents(
21652165
if len(connectorsGraphChunks) > 0 {
21662166
connectorsGraph, err = tree.NewTxGraph(connectorsGraphChunks)
21672167
if err != nil {
2168-
return "", fmt.Errorf("failed to create connectors graph: %s", err)
2168+
return "", fmt.Errorf("failed to create branch of connector tree: %s", err)
21692169
}
21702170
}
21712171

0 commit comments

Comments
 (0)