diff --git a/.gitignore b/.gitignore index 766e7fc8d..800140cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -171,4 +171,7 @@ release-linux/ release/ src/dragonxd src/dragonx-cli -src/dragonx-tx \ No newline at end of file +src/dragonx-tx +src/dragonxd.exe +src/dragonx-cli.exe +src/dragonx-tx.exe \ No newline at end of file diff --git a/src/netaddress.cpp b/src/netaddress.cpp index 9884376b3..5d5a75739 100644 --- a/src/netaddress.cpp +++ b/src/netaddress.cpp @@ -28,6 +28,7 @@ #include constexpr uint64_t CNetAddr::V1_SERIALIZATION_SIZE; +constexpr uint64_t CNetAddr::MAX_ADDRV2_SIZE; /** check whether a given address is in a network we can probably connect to */ bool CNetAddr::IsReachableNetwork() {