Skip to content

Commit

Permalink
removed unused using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MsBarber committed Nov 30, 2018
1 parent dd3e59d commit fab7b18
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
2 changes: 0 additions & 2 deletions NBitcoin/Protocol/Payloads/CompactFilterCheckPointPayload.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace NBitcoin.Protocol
{
Expand Down
9 changes: 0 additions & 9 deletions NBitcoin/Protocol/Payloads/CompactFilterHeadersPayload.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
using NBitcoin.Crypto;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace NBitcoin.Protocol
{
Expand Down
11 changes: 1 addition & 10 deletions NBitcoin/Protocol/Payloads/CompactFilterPayload.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
using NBitcoin.Crypto;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace NBitcoin.Protocol
{

Expand Down
10 changes: 0 additions & 10 deletions NBitcoin/Protocol/Payloads/GetCompactFiltersPayload.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
using NBitcoin.Crypto;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace NBitcoin.Protocol
{
Expand Down

0 comments on commit fab7b18

Please sign in to comment.