forked from LBRYCommunity/lbry-sdk
6 lines
73 B
Python
6 lines
73 B
Python
NULL_HASH32 = b'\x00'*32
|
|
|
|
CENT = 1000000
|
|
COIN = 100*CENT
|
|
|
|
TIMEOUT = 30.0
|