This commit is contained in:
Richard Holland
2023-02-24 09:30:50 +00:00
parent ef3272b3ad
commit e5840f67e5

View File

@@ -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];