Skip to content
Snippets Groups Projects
Commit 6a4f3218 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,8 @@ MINIMAL_ABSOLUTE_TX_AMOUNT = 0.01
MINIMAL_RELATIVE_TX_AMOUNT = 1e-6
CENT_MULT_TO_UNIT = 100
SHORT_PUBKEY_SIZE = 8
# pendulum constants
DATE = "YYYY-MM-DD"
HOUR = "hh:mm:ss"
ALL = f"{DATE} {HOUR}"
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