make pybind compile

pull/1306/head
Jeff Becker 4 years ago
parent d85c7bc628
commit 26f62bc260
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -101,9 +101,7 @@ namespace llarp
.def_readwrite("usingSNSeed", &LokidConfig::usingSNSeed) .def_readwrite("usingSNSeed", &LokidConfig::usingSNSeed)
.def_readwrite("whitelistRouters", &LokidConfig::whitelistRouters) .def_readwrite("whitelistRouters", &LokidConfig::whitelistRouters)
.def_readwrite("ident_keyfile", &LokidConfig::ident_keyfile) .def_readwrite("ident_keyfile", &LokidConfig::ident_keyfile)
.def_readwrite("lokidRPCAddr", &LokidConfig::lokidRPCAddr) .def_readwrite("lokidRPCAddr", &LokidConfig::lokidRPCAddr);
.def_readwrite("lokidRPCUser", &LokidConfig::lokidRPCUser)
.def_readwrite("lokidRPCPassword", &LokidConfig::lokidRPCPassword);
py::class_<BootstrapConfig>(mod, "BootstrapConfig") py::class_<BootstrapConfig>(mod, "BootstrapConfig")
.def(py::init<>()) .def(py::init<>())

Loading…
Cancel
Save