lbry-sdk/torba/client/constants.py

7 lines
73 B
Python
Raw Normal View History

NULL_HASH32 = b'\x00'*32
2018-05-25 08:03:25 +02:00
CENT = 1000000
COIN = 100*CENT
TIMEOUT = 30.0