clang-tidy

This commit is contained in:
tequ
2026-04-10 05:51:22 +09:00
parent 4d2945323d
commit 831f99862d
6 changed files with 48 additions and 38 deletions

View File

@@ -118,7 +118,7 @@ struct FeePayer
{
Keylet entry;
SF_AMOUNT const& balanceField;
FeePayerType type;
FeePayerType type{FeePayerType::Account};
};
class Transactor