Skip to content

Commit

Permalink
Merge #7926: [RPC] push back getaddednodeinfo dead value
Browse files Browse the repository at this point in the history
9c0bcb6 push back getaddednodeinfo dead value (instagibbs)
  • Loading branch information
laanwj committed Apr 28, 2016
2 parents a9c8b74 + 9c0bcb6 commit 5725807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 5725807

Please sign in to comment.