mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 16:05:52 +00:00
whoops
This commit is contained in:
@@ -36,7 +36,7 @@ SetRemarks::makeTxConsequences(PreflightContext const& ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
NotTEC
|
NotTEC
|
||||||
SetRemarks::validateRemarks(STArray const& remarks, Journal& j)
|
SetRemarks::validateRemarks(STArray const& remarks, beast::Journal const& j)
|
||||||
{
|
{
|
||||||
std::set<Blob> already_seen;
|
std::set<Blob> already_seen;
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ SetRemarks::preflight(PreflightContext const& ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto const& remarks = tx.getFieldArray(sfRemarks);
|
auto const& remarks = tx.getFieldArray(sfRemarks);
|
||||||
if (NotTEC result = validateRemarks(remarks, ctx.j); !isTesSuccess(result))
|
if (NotTEC result = validateRemarks(remarks, j); !isTesSuccess(result))
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
return preflight2(ctx);
|
return preflight2(ctx);
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public:
|
|||||||
doApply() override;
|
doApply() override;
|
||||||
|
|
||||||
static NotTEC
|
static NotTEC
|
||||||
validateRemarks(STArray const& remarks, Journal& j)
|
validateRemarks(STArray const& remarks, beast::Journal const& j);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ripple
|
} // namespace ripple
|
||||||
|
|||||||
Reference in New Issue
Block a user