mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
push back getaddednodeinfo dead value
This commit is contained in:
parent
f604bf6321
commit
9c0bcb617b
@ -347,6 +347,7 @@ UniValue getaddednodeinfo(const UniValue& params, bool fHelp)
|
||||
obj.push_back(Pair("connected", false));
|
||||
UniValue addresses(UniValue::VARR);
|
||||
obj.push_back(Pair("addresses", addresses));
|
||||
ret.push_back(obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user