Skip to content

Commit

Permalink
RXI-1295 change CredentialsType max length to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks-rip committed Sep 25, 2024
1 parent d531ed0 commit 18280cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xrpl/protocol/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ std::size_t constexpr maxDomainLength = 256;
std::size_t constexpr maxCredentialURILength = 256;

/** The maximum length of a CredentialType inside a Credential */
std::size_t constexpr maxCredentialTypeLength = 32;
std::size_t constexpr maxCredentialTypeLength = 64;

/** A ledger index. */
using LedgerIndex = std::uint32_t;
Expand Down

0 comments on commit 18280cb

Please sign in to comment.