Skip to content

Commit

Permalink
Merge pull request #2695 from div72/guard-fix
Browse files Browse the repository at this point in the history
misc: fix include guard in netaddress.h
  • Loading branch information
jamescowens authored Aug 7, 2023
2 parents ea7903d + 46f7c42 commit 7909431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netaddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <string>
#include <vector>

#endif // BITCOIN_NETADDRESS_H

enum Network
{
NET_UNROUTABLE,
Expand Down Expand Up @@ -181,3 +179,5 @@ class CService : public CNetAddr
}
};

#endif // BITCOIN_NETADDRESS_H

0 comments on commit 7909431

Please sign in to comment.