mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
Prior to this commit, this API returns the in memory `NodeConfig` which might not be the latest state. This is the case when for example clients update any `NodeConfig` and retrieve it right afterwards via `GetNodeConfig`. To get the latest state of `NodeConfig` it has to be fetched from DB instead.