Fix Windows cross-compilation linker error and gitignore .exe artifacts

This commit is contained in:
2026-03-05 05:22:44 -06:00
parent 0a01ad8bba
commit c1408871cc
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@@ -171,4 +171,7 @@ release-linux/
release/
src/dragonxd
src/dragonx-cli
src/dragonx-tx
src/dragonx-tx
src/dragonxd.exe
src/dragonx-cli.exe
src/dragonx-tx.exe

View File

@@ -28,6 +28,7 @@
#include <tuple>
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() {