lbry-sdk/lbry/constants.py

5 lines
57 B
Python
Raw Normal View History

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