mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
Fix clang build error
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user