Permissioned Domains (XLS-80d) (#5161)

This commit is contained in:
Olek
2025-01-10 12:44:14 -05:00
committed by GitHub
parent 07f118caec
commit ccc0889803
35 changed files with 1962 additions and 109 deletions

View File

@@ -53,10 +53,7 @@ checkArraySize(Json::Value const& val, unsigned int size)
std::uint32_t
ownerCount(Env const& env, Account const& account)
{
std::uint32_t ret{0};
if (auto const sleAccount = env.le(account))
ret = sleAccount->getFieldU32(sfOwnerCount);
return ret;
return env.ownerCount(account);
}
/* Path finding */