This commit is contained in:
Lex Berezhny 2021-09-19 21:38:09 -04:00
parent 3e30228d95
commit cfe6c82a31
6 changed files with 9 additions and 39 deletions
lbry/blob

View file

@ -13,7 +13,7 @@ class BlobInfo:
def __init__(
self, blob_num: int, length: int, iv: str,
blob_hash: typing.Optional[str] = None, added_on=None, is_mine=None):
blob_hash: typing.Optional[str] = None, added_on=0, is_mine=False):
self.blob_hash = blob_hash
self.blob_num = blob_num
self.length = length