mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
return public key only for newkeys
This commit is contained in:
parent
60e4e52373
commit
75666e3e39
1 changed files with 1 additions and 1 deletions
2
BOB.cpp
2
BOB.cpp
|
@ -162,7 +162,7 @@ namespace client
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "BOB: newkeys");
|
LogPrint (eLogDebug, "BOB: newkeys");
|
||||||
m_Keys = i2p::data::PrivateKeys::CreateRandomKeys ();
|
m_Keys = i2p::data::PrivateKeys::CreateRandomKeys ();
|
||||||
SendReplyOK (m_Keys.ToBase64 ().c_str ());
|
SendReplyOK (m_Keys.GetPublic ().ToBase64 ().c_str ());
|
||||||
}
|
}
|
||||||
|
|
||||||
void BOBCommandSession::OuthostCommandHandler (const char * operand, size_t len)
|
void BOBCommandSession::OuthostCommandHandler (const char * operand, size_t len)
|
||||||
|
|
Loading…
Add table
Reference in a new issue