mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
fix: PermissionedDomain invariant skips credential validation for SponsorshipTransfer #6902
This commit is contained in:
@@ -148,7 +148,7 @@ ValidPermissionedDomain::finalize(
|
||||
"deleted by SponsorshipTransfer";
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return check(sleStatus_[0], j);
|
||||
}
|
||||
default: {
|
||||
if (!sleStatus_.empty())
|
||||
|
||||
Reference in New Issue
Block a user