• 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
..
testdata Loading commit data...
accountcmd.go Loading commit data...
accountcmd_test.go Loading commit data...
attach_test.go Loading commit data...
chaincmd.go Loading commit data...
config.go Loading commit data...
consolecmd.go Loading commit data...
consolecmd_test.go Loading commit data...
dao_test.go Loading commit data...
dbcmd.go Loading commit data...
exportcmd_test.go Loading commit data...
genesis_test.go Loading commit data...
les_test.go Loading commit data...
main.go Loading commit data...
misccmd.go Loading commit data...
run_test.go Loading commit data...
snapshot.go Loading commit data...
verkle.go Loading commit data...
version_check.go Loading commit data...
version_check_test.go Loading commit data...