From 826de26b66ec25bd20bef3ec7b43a613c187f423 Mon Sep 17 00:00:00 2001 From: "Mark A. Greenslade" Date: Sat, 3 Oct 2020 19:53:16 +0200 Subject: [PATCH] 1. Removed obsolete constant. --- .../orchestration/generators/utils/constants.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/stests/orchestration/generators/utils/constants.py b/stests/orchestration/generators/utils/constants.py index 164dba8f..f295eb4a 100644 --- a/stests/orchestration/generators/utils/constants.py +++ b/stests/orchestration/generators/utils/constants.py @@ -1,19 +1,3 @@ -# -------------------------------------------------------------------- -# DEFAULTS -# -------------------------------------------------------------------- - -# Default contract's initial CSPR balance. -CONTRACT_INITIAL_CSPR_BALANCE = int(1e8) - -# Default faucet's initial CSPR balance. -FAUCET_INITIAL_CSPR_BALANCE = int(1e11) - -# Default number of user accounts to generate. -USER_ACCOUNTS = 5 - -# Default user's CSPR balance. -USER_INITIAL_CSPR_BALANCE = int(1e8) - # -------------------------------------------------------------------- # ACCOUNT OFFSETS # --------------------------------------------------------------------