clarify get_zonefile_inventory

This commit is contained in:
Jude Nelson
2018-06-18 18:40:06 -04:00
parent 6f5a285895
commit 570c7be2ca

View File

@@ -1653,7 +1653,7 @@ class BlockstackdRPC(SimpleXMLRPCServer):
def rpc_get_zonefile_inventory( self, offset, length, **con_info ):
"""
Get an inventory bit vector for the zonefiles in the
given bit range (i.e. offset and length are in bits)
given bit range (i.e. offset and length are in bytes)
Returns at most 64k of inventory (or 524288 bits)
Return {'status': True, 'inv': ...} on success, where 'inv' is a b64-encoded bit vector string
Return {'error': ...} on error.