mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
rpc: init a few missing client_info members
Coverity 205414
This commit is contained in:
parent
d56a483abe
commit
d0faae2a92
@ -59,6 +59,10 @@
|
|||||||
namespace cryptonote
|
namespace cryptonote
|
||||||
{
|
{
|
||||||
rpc_payment::client_info::client_info():
|
rpc_payment::client_info::client_info():
|
||||||
|
previous_seed_height(0),
|
||||||
|
seed_height(0),
|
||||||
|
previous_seed_hash(crypto::null_hash),
|
||||||
|
seed_hash(crypto::null_hash),
|
||||||
cookie(0),
|
cookie(0),
|
||||||
top(crypto::null_hash),
|
top(crypto::null_hash),
|
||||||
previous_top(crypto::null_hash),
|
previous_top(crypto::null_hash),
|
||||||
|
Loading…
Reference in New Issue
Block a user