go-ethereum
                                
                                 go-ethereum copied to clipboard
                                
                                    go-ethereum copied to clipboard
                            
                            
                            
                        Documentation for config is outdated
System information
Geth version: 1.13.15-stable
CL client & version: e.g. lighthouse/nimbus/[email protected]
OS & Version: Windows/Linux/OSX
Commit hash : (if develop)
Expected behaviour
The config-files documentation seems to be out dated for the latest version of geth. See: https://geth.ethereum.org/docs/fundamentals/config-files
It's claiming the attribute UltraLightFraction is valid however the latest geth client will throw out an error if this attribute is provided field 'UltraLightFraction' is not defined in ethconfig.Config
Actual behaviour
Steps to reproduce the behaviour
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
Yeah we dropped the LES from geth I suppose that broke the config. PRs are welcome against the website branch.
This page is also not relevant anymore https://geth.ethereum.org/docs/fundamentals/les
I think this is fixed now.