mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
jss fix
This commit is contained in:
@@ -526,7 +526,7 @@ public:
|
|||||||
{
|
{
|
||||||
// Find the uri token.
|
// Find the uri token.
|
||||||
std::string const uri(maxTokenURILength, '?');
|
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));
|
BEAST_EXPECT(acct_objs_is_size(resp, 1));
|
||||||
|
|
||||||
auto const& uritoken = resp[jss::result][jss::account_objects][0u];
|
auto const& uritoken = resp[jss::result][jss::account_objects][0u];
|
||||||
|
|||||||
Reference in New Issue
Block a user