Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitarheroua committed Nov 29, 2023
1 parent 817e4d1 commit 2672347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/run-and-secure/nodes/access-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ The following method can be used to query the latest protocol state [snapshot](h
It is used by Flow nodes joining the network to bootstrap a space-efficient local state.

```proto
rpc GetLatestProtocolStateSnapshot (GetLatestProtocolStateSnapshotRequest) returns (ProtocolStateSnapshotResponse)
rpc GetLatestProtocolStateSnapshot (GetLatestProtocolStateSnapshotRequest) returns (ProtocolStateSnapshotResponse);
```


Expand Down

0 comments on commit 2672347

Please sign in to comment.