We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db50a8 commit 8b083fcCopy full SHA for 8b083fc
cpp/wedpr-helper/ppc-tools/src/config/PPCConfig.cpp
@@ -668,7 +668,7 @@ void PPCConfig::loadMPCConfig(boost::property_tree::ptree const& _pt)
668
m_mpcConfig.readPerBatchLines = _pt.get<std::uint64_t>("mpc.read_per_batch_lines", 100000);
669
m_mpcConfig.spdzConnectedPort = _pt.get<int>("spdz.connected_port", 5894);
670
671
- m_mpcConfig.spdzConnectedIP = _pt.get<std::string>("transport.connected_external_ip", "");
+ m_mpcConfig.spdzConnectedIP = _pt.get<std::string>("spdz.connected_external_ip", "");
672
if (m_mpcConfig.spdzConnectedIP.empty()) {
673
m_mpcConfig.spdzConnectedIP = _pt.get<std::string>("transport.host_ip", "");
674
}
0 commit comments