proto: Fix case where Compression = None
'Compression' is py type 'Optional[int]'. Before this patch only 'int' was supported. Now NEO/go also understands 'Compression' with value 'Nil'.
Showing
Please register or sign in to comment
'Compression' is py type 'Optional[int]'. Before this patch only 'int' was supported. Now NEO/go also understands 'Compression' with value 'Nil'.