chore: remove debug logging for block production filtering
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Integration Tests / test-service-integration (push) Successful in 58s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Successful in 9s
Security Scanning / security-scan (push) Successful in 26s
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Integration Tests / test-service-integration (push) Successful in 58s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Successful in 9s
Security Scanning / security-scan (push) Successful in 26s
This commit is contained in:
@@ -252,8 +252,6 @@ class BlockchainNode:
|
||||
production_chains_str = getattr(settings, 'block_production_chains', chains_str)
|
||||
production_chains = [c.strip() for c in production_chains_str.split(",") if c.strip()]
|
||||
|
||||
logger.info(f"Supported chains: {chains}, Block production chains: {production_chains}")
|
||||
|
||||
for chain_id in chains:
|
||||
# Only start proposer if chain is in production chains
|
||||
if chain_id not in production_chains:
|
||||
|
||||
Reference in New Issue
Block a user