Clean up conflicting base node configs #4909
Labels
A-base_node
Area - The Tari base node executable and libraries
C-bug
Category - fixes a bug, typically associated with an issue.
Milestone
There are a few duplicate config keys that exist in the base node config and the base node state machine config
meaning settings and behaviour could mismatch.
base_node.max_randomx_vms
(this setting will not work)base_node.bypass_range_proof_verification
(this setting will not work)base_node.force_sync_peers
(this was fixed in #4647 but the fix is a bit hacky)tari/base_layer/core/src/base_node/state_machine_service/state_machine.rs
Line 52 in 956b279
https://github.com/tari-project/tari/blob/development/applications/tari_base_node/src/config.rs#L109
ref #4646
The text was updated successfully, but these errors were encountered: