From 010f4d61f9144f35c5b498168681eb35cae16495 Mon Sep 17 00:00:00 2001 From: wowario Date: Wed, 25 Jan 2023 19:41:15 +0300 Subject: [PATCH] show full version --- src/rpc/daemon_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/daemon_handler.cpp b/src/rpc/daemon_handler.cpp index cfa693445..618ec2ef7 100644 --- a/src/rpc/daemon_handler.cpp +++ b/src/rpc/daemon_handler.cpp @@ -540,7 +540,7 @@ namespace rpc res.info.block_size_median = res.info.block_weight_median = m_core.get_blockchain_storage().get_current_cumulative_block_weight_median(); res.info.adjusted_time = m_core.get_blockchain_storage().get_adjusted_time(res.info.height); res.info.start_time = (uint64_t)m_core.get_start_time(); - res.info.version = MONERO_VERSION; + res.info.version = MONERO_VERSION_FULL; res.status = Message::STATUS_OK; res.error_details = "";