Fix Windows cross-compilation linker error and gitignore .exe artifacts
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -172,3 +172,6 @@ release/
|
|||||||
src/dragonxd
|
src/dragonxd
|
||||||
src/dragonx-cli
|
src/dragonx-cli
|
||||||
src/dragonx-tx
|
src/dragonx-tx
|
||||||
|
src/dragonxd.exe
|
||||||
|
src/dragonx-cli.exe
|
||||||
|
src/dragonx-tx.exe
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
constexpr uint64_t CNetAddr::V1_SERIALIZATION_SIZE;
|
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 */
|
/** check whether a given address is in a network we can probably connect to */
|
||||||
bool CNetAddr::IsReachableNetwork() {
|
bool CNetAddr::IsReachableNetwork() {
|
||||||
|
|||||||
Reference in New Issue
Block a user