mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 07:00:21 +00:00
Merge branch 'mvadari/sponsor/apply-view-context' of https://github.com/XRPLF/rippled into mvadari/sponsor/reserve-context
This commit is contained in:
@@ -595,14 +595,7 @@ removeEmptyHolding(
|
||||
{
|
||||
return std::visit(
|
||||
[&]<ValidIssueType TIss>(TIss const& issue) -> TER {
|
||||
if constexpr (std::is_same_v<TIss, Issue>)
|
||||
{
|
||||
return removeEmptyHolding(std::move(ctx), accountID, issue, journal);
|
||||
}
|
||||
else
|
||||
{
|
||||
return removeEmptyHolding(std::move(ctx), accountID, issue, journal);
|
||||
}
|
||||
return removeEmptyHolding(std::move(ctx), accountID, issue, journal);
|
||||
},
|
||||
asset.value());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user