Skip to content
Snippets Groups Projects
Commit 5b86c5aa authored by matograine's avatar matograine
Browse files

[mod] #344 create constants for pendulum

parent ef81c84d
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,11 @@ MINIMAL_ABSOLUTE_TX_AMOUNT = 0.01
MINIMAL_RELATIVE_TX_AMOUNT = 1e-6
CENT_MULT_TO_UNIT = 100
SHORT_PUBKEY_SIZE = 8
# pendulum constants
# see https://pendulum.eustace.io/docs/#localized-formats
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