diff --git a/bitcoin.cpp b/bitcoin.cpp index 9ccbabf..f15d2e3 100644 --- a/bitcoin.cpp +++ b/bitcoin.cpp @@ -80,7 +80,7 @@ class CNode { CAddress me(CService("0.0.0.0")); BeginMessage("version"); int nBestHeight = GetRequireHeight(); - string ver = "/bitcoin-seeder:0.01/"; + string ver = "/zclassic-seeder:1.00/"; vSend << PROTOCOL_VERSION << nLocalServices << nTime << you << me << nLocalNonce << ver << nBestHeight; EndMessage(); }