Fix clang build error

This commit is contained in:
Bronek Kozicki
2025-02-03 11:39:52 +00:00
parent d1c7d1ae0f
commit 8baadd5ec3

View File

@@ -88,8 +88,8 @@ public:
struct MPTInit
{
std::vector<Account> holders = {};
PrettyAmount const& xrp = XRP(10'000);
PrettyAmount const& xrpHolders = XRP(10'000);
PrettyAmount const xrp = XRP(10'000);
PrettyAmount const xrpHolders = XRP(10'000);
bool fund = true;
bool close = true;
};