mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004
This commit is contained in:
parent
71ac698b78
commit
78d560a933
@ -1958,7 +1958,7 @@ bool simple_wallet::print_ring_members(const std::vector<tools::wallet2::pending
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// available for RPC version 1.4 or higher
|
// available for RPC version 1.4 or higher
|
||||||
if (version < 0x10004)
|
if (version < MAKE_CORE_RPC_VERSION(1, 4))
|
||||||
return true;
|
return true;
|
||||||
std::string err;
|
std::string err;
|
||||||
uint64_t blockchain_height = get_daemon_blockchain_height(err);
|
uint64_t blockchain_height = get_daemon_blockchain_height(err);
|
||||||
|
Loading…
Reference in New Issue
Block a user