mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-02 08:16:42 +00:00
add URITokenIssuer to account_flags for account_info (#404)
This commit is contained in:
@@ -75,7 +75,7 @@ doAccountInfo(RPC::JsonContext& context)
|
||||
auto const accountID{std::move(id.value())};
|
||||
|
||||
static constexpr std::
|
||||
array<std::pair<std::string_view, LedgerSpecificFlags>, 10>
|
||||
array<std::pair<std::string_view, LedgerSpecificFlags>, 11>
|
||||
lsFlags{
|
||||
{{"defaultRipple", lsfDefaultRipple},
|
||||
{"depositAuth", lsfDepositAuth},
|
||||
@@ -86,7 +86,8 @@ doAccountInfo(RPC::JsonContext& context)
|
||||
{"passwordSpent", lsfPasswordSpent},
|
||||
{"requireAuthorization", lsfRequireAuth},
|
||||
{"tshCollect", lsfTshCollect},
|
||||
{"requireDestinationTag", lsfRequireDestTag}}};
|
||||
{"requireDestinationTag", lsfRequireDestTag},
|
||||
{"uriTokenIssuer", lsfURITokenIssuer}}};
|
||||
|
||||
static constexpr std::
|
||||
array<std::pair<std::string_view, LedgerSpecificFlags>, 5>
|
||||
|
||||
Reference in New Issue
Block a user