Skip to content

Commit

Permalink
Didn't help
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptin committed Jan 16, 2020
1 parent 5e2031e commit 8cbcebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NBitcoin/Protocol/Behaviors/NodeBehavior.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if !NOSOCKET
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down Expand Up @@ -87,3 +88,4 @@ INodeBehavior INodeBehavior.Clone()
}
}
}
#endif

0 comments on commit 8cbcebc

Please sign in to comment.