diff --git a/pybind/llarp/config.cpp b/pybind/llarp/config.cpp index 2b412da7e..2ca9934ee 100644 --- a/pybind/llarp/config.cpp +++ b/pybind/llarp/config.cpp @@ -101,9 +101,7 @@ namespace llarp .def_readwrite("usingSNSeed", &LokidConfig::usingSNSeed) .def_readwrite("whitelistRouters", &LokidConfig::whitelistRouters) .def_readwrite("ident_keyfile", &LokidConfig::ident_keyfile) - .def_readwrite("lokidRPCAddr", &LokidConfig::lokidRPCAddr) - .def_readwrite("lokidRPCUser", &LokidConfig::lokidRPCUser) - .def_readwrite("lokidRPCPassword", &LokidConfig::lokidRPCPassword); + .def_readwrite("lokidRPCAddr", &LokidConfig::lokidRPCAddr); py::class_(mod, "BootstrapConfig") .def(py::init<>())