Send our P2Pool version to other peers

This commit is contained in:
SChernykh
2022-11-10 11:33:57 +01:00
parent 8a7f1b1b3a
commit da9cdf7df3
4 changed files with 29 additions and 5 deletions
+3
View File
@@ -34,6 +34,9 @@
namespace p2pool {
#define P2POOL_VERSION_MAJOR 2
#define P2POOL_VERSION_MINOR 5
extern const char* VERSION;
template<typename T> struct not_implemented { enum { value = 0 }; };