Skip to content

Commit

Permalink
Merge pull request #665 from ethersphere/fix-typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
NoahMaizels authored Oct 31, 2024
2 parents 98ba044 + 2f542d1 commit 69a4d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bee/working-with-bee/bee-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ From the results we can see that we have a healthy neighborhood size when compar

Let's take a look at each of these values:
* `"radius"` - is what the storage radius would be if every available batch was 100% utilised, it is essentially the radius needed for the network to handle all of the batches at 100% utilisation. Radius is measured as a proximity order (PO).
* `"storageRadius"` - The radius of responsibility - the proximity order of chunks for which your node is responsible for storing. It should generally match the radius shown on [Swarmscan](https://swarmscan.io/neighborhoods.
* `"storageRadius"` - The radius of responsibility - the proximity order of chunks for which your node is responsible for storing. It should generally match the radius shown on [Swarmscan](https://swarmscan.io/neighborhoods).
* `"commitment"` - The total number of chunks which would be stored on the Swarm network if 100% of all postage batches were fully utilised.

### `/chainstate`
Expand Down

0 comments on commit 69a4d2f

Please sign in to comment.