We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f563d17 commit d398987Copy full SHA for d398987
pkg/rpc/syncing.go
@@ -34,7 +34,7 @@ func (s *Syncing) UnmarshalJSON(data []byte) error {
34
return nil
35
}
36
37
-// Syncing - Returns an object about the sync status, or false if the node is not synching
+// Syncing - Returns an object about the sync status, or false if the node is not syncing
38
func (api API) Syncing(ctx context.Context, opts ...RequestOption) (*Response[Syncing], error) {
39
request := api.prepareRequest("starknet_syncing", []any{}, opts...)
40
0 commit comments