mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
fix clang-tidy
This commit is contained in:
@@ -1044,14 +1044,10 @@ ValidVault::finalize(
|
||||
|
||||
case ttLOAN_SET:
|
||||
case ttLOAN_MANAGE:
|
||||
case ttLOAN_PAY: {
|
||||
// TBD
|
||||
case ttLOAN_PAY:
|
||||
case ttSPONSORSHIP_TRANSFER:
|
||||
// TBD for loans; SponsorshipTransfer may update a vault's sfSponsor
|
||||
return true;
|
||||
}
|
||||
case ttSPONSORSHIP_TRANSFER: {
|
||||
// SponsorshipTransfer may update a vault's sfSponsor
|
||||
return true;
|
||||
}
|
||||
|
||||
default:
|
||||
// LCOV_EXCL_START
|
||||
|
||||
Reference in New Issue
Block a user