Skip to content
Snippets Groups Projects
Commit 145c7f3d authored by matograine's avatar matograine
Browse files

[mod] #344 create constants for pendulum

parent 60c9752b
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,10 @@ MINIMAL_ABSOLUTE_TX_AMOUNT = 0.01
MINIMAL_RELATIVE_TX_AMOUNT = 1e-6
CENT_MULT_TO_UNIT = 100
SHORT_PUBKEY_SIZE = 8
# pendulum constants
DATE = "LL"
HOUR = "LTS"
ALL = "LLL"
# Not ISO 8601 compliant but common
ALL_DIGITAL = "YYYY-MM-DD HH:mm:ss"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment