mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
jss fix
This commit is contained in:
@@ -526,7 +526,7 @@ public:
|
||||
{
|
||||
// Find the uri token.
|
||||
std::string const uri(maxTokenURILength, '?');
|
||||
Json::Value const resp = acct_objs(gw, jss::uri_token);
|
||||
Json::Value const resp = acct_objs(gw, jss::URIToken);
|
||||
BEAST_EXPECT(acct_objs_is_size(resp, 1));
|
||||
|
||||
auto const& uritoken = resp[jss::result][jss::account_objects][0u];
|
||||
|
||||
Reference in New Issue
Block a user