superfluous class declaration

pull/1184/head
Thomas Winget 4 years ago
parent e1be27611b
commit 2bbb274131

@ -6,16 +6,6 @@
namespace tooling
{
struct FindIntroReceievedEvent : public RouterEvent
{
FindIntroReceievedEvent(const llarp::RouterID & ourRouter, const llarp::dht::Key_t & from, const llarp::dht::Key_t & location, uint64_t txid);
llarp::dht::Key_t From;
llarp::dht::Key_t IntrosetLocation;
uint64_t TxID;
std::string ToString() const override;
};
struct PubIntroReceivedEvent : public RouterEvent
{

Loading…
Cancel
Save