| 808 | } |
| 809 | bool rpcEnableDeprecated(const std::string& method) override { return IsDeprecatedRPCEnabled(method); } |
| 810 | common::SettingsValue getSetting(const std::string& name) override |
| 811 | { |
| 812 | return args().GetSetting(name); |
| 813 | } |
| 814 | std::vector<common::SettingsValue> getSettingsList(const std::string& name) override |
| 815 | { |
| 816 | return args().GetSettingsList(name); |
nothing calls this directly
no test coverage detected