-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed
Labels
Description
Any reason for this?
Lines 316 to 326 in 2d46f1b
/* These options would cause cross-contamination if values for | |
* mainnet were used while running on regtest/testnet (or vice-versa). | |
* Setting them as section_only_args ensures that sharing a config file | |
* between mainnet and regtest/testnet won't cause problems due to these | |
* parameters by accident. */ | |
m_network_only_args{ | |
"-addnode", "-connect", | |
"-port", "-bind", | |
"-rpcport", "-rpcbind", | |
"-wallet", | |
} |