From 57f695e52e6cf8825247798d1c8455d1679e8049 Mon Sep 17 00:00:00 2001 From: matograine <tom.ngr@zaclys.net> Date: Mon, 26 Apr 2021 16:50:38 +0200 Subject: [PATCH] [mod] #344 create constants for pendulum --- silkaj/constants.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/silkaj/constants.py b/silkaj/constants.py index f941a370..2149e3ec 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -32,3 +32,7 @@ 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 = DATE + " " + HOUR -- GitLab