Skip to content

Commit 673f787

Browse files
author
Hendrik Schicke
committed
added a cooldown for failed tx
1 parent e73005d commit 673f787

File tree

5 files changed

+689
-589
lines changed

5 files changed

+689
-589
lines changed

B_Config.py.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Logging_detail = 'simple' # detailed, moderate, simple. Recommended: simple.
113113

114114
# OTHER
115115
Safety_multiple_on_transaction_fees = 3 # Multiplier for Anchor Borrow, Repay, Deposit. So you will have a bit of UST in your wallet left for future transactions.
116+
Block_failed_transaction_cooldown = 6 # In hours. In case a transaction fails that transaction can be blocked for a certain amount of time.
116117

117118
# NOTIFICATION SETUP
118119
TELEGRAM_TOKEN = os.environ.get('TELEGRAM_TOKEN', '2021362648:yatqcHqDhGLU-z-XPNCDLHDVVQXZMDVFQXW') # See readme.md how to get this.

0 commit comments

Comments
 (0)