Skip to content
Snippets Groups Projects
Commit dd05475f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Correct `required_passes` API documentation

parent 39094c8f
No related branches found
No related tags found
1 merge request!175Add an HTTP API for price calculation
......@@ -102,8 +102,8 @@ def get_configured_lease_duration(node_config):
def required_passes(bytes_per_pass, share_sizes):
"""
Calculate the number of passes that are required to store ``stored_bytes``
for one lease period.
Calculate the number of passes that are required to store shares of the
given sizes for one lease period.
:param int bytes_per_pass: The number of bytes the storage of which for
one lease period one pass covers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment