use Signer for local destination

This commit is contained in:
orignal 2014-08-23 22:54:08 -04:00
parent 009af2eeae
commit e45ee83746
4 changed files with 50 additions and 18 deletions

View file

@ -175,7 +175,6 @@ namespace stream
i2p::data::LeaseSet * m_LeaseSet;
bool m_IsPublic;
CryptoPP::DSA::PrivateKey m_SigningPrivateKey;
std::function<void (Stream *)> m_Acceptor;
};