mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
show full version
This commit is contained in:
parent
47e51f4fde
commit
010f4d61f9
1 changed files with 1 additions and 1 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue