mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add 'hostid' to server_info
* Add json::Value conversion from beast::String * Update rippled-example.cfg
This commit is contained in:
@@ -193,6 +193,7 @@ public:
|
||||
*/
|
||||
Value ( const StaticString& value );
|
||||
Value ( const std::string& value );
|
||||
Value (beast::String const& beastString);
|
||||
# ifdef JSON_USE_CPPTL
|
||||
Value ( const CppTL::ConstString& value );
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user