lbry-sdk/lbry/constants.py
Lex Berezhny fef09c1773 wip misc
2020-05-01 09:31:33 -04:00

4 lines
57 B
Python

NULL_HASH32 = b'\x00'*32
CENT = 1000000
COIN = 100*CENT