• rjl493456442's avatar
    eth, cmd: remove syncTarget from eth config (#26330) · 890e2efc
    rjl493456442 authored
    --syncTarget is a feature for development purpose in post-merge world. Previously
    it's added into eth.Config. But it turns out that's a stupid idea.
    
    - syncTarget is a block object, which is hard to be put in config file(large)
    - syncTarget is just a dev feature, doesn't make too much sense to add it in config file
    
    So I remove it from the eth config object. And it also fixes the #26328
    890e2efc
Name
Last commit
Last update
..
catalyst Loading commit data...
downloader Loading commit data...
ethconfig Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
gasprice Loading commit data...
protocols Loading commit data...
tracers Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
api_test.go Loading commit data...
backend.go Loading commit data...
bloombits.go Loading commit data...
handler.go Loading commit data...
handler_eth.go Loading commit data...
handler_eth_test.go Loading commit data...
handler_snap.go Loading commit data...
handler_test.go Loading commit data...
peer.go Loading commit data...
peerset.go Loading commit data...
state_accessor.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...