remove redundant check as ReadyToSend also checks IntroSent()

pull/1669/head
Jeff Becker 3 years ago
parent d45f0f8951
commit 1a0e6a7ac1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -332,7 +332,7 @@ namespace llarp
{
SwapIntros();
}
if (ReadyToSend() and IntroSent())
if (ReadyToSend())
{
// if we dont have a cached session key after sending intro we are in a fugged state so
// expunge

Loading…
Cancel
Save