mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
4 lines
57 B
Python
4 lines
57 B
Python
NULL_HASH32 = b'\x00'*32
|
|
|
|
CENT = 1000000
|
|
COIN = 100*CENT
|