Skip to content

Commit 0ae4935

Browse files
authored
Update constants.py
1 parent b6d75d3 commit 0ae4935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
# Security features
7373
ENABLE_MULTI_SIG = True # Enable multi-signature transactions for added security
74-
MULTI_SIG _THRESHOLD = 8 # Increased number of signatures required for multi-sig transactions
74+
MULTI_SIG_THRESHOLD = 8 # Increased number of signatures required for multi-sig transactions
7575
SECURITY_AUDIT_FREQUENCY = 2 # Increased frequency of security audits in days
7676

7777
# Advanced Network Features

0 commit comments

Comments
 (0)