mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
Fix review feedback from @pratikmankawde
- Remove unused function parameters due to the simplification.
This commit is contained in:
@@ -355,7 +355,7 @@ NoZeroEscrow::finalize(
|
||||
STTx const& txn,
|
||||
TER const,
|
||||
XRPAmount const,
|
||||
ReadView const& rv,
|
||||
ReadView const&,
|
||||
beast::Journal const& j) const
|
||||
{
|
||||
if (bad_)
|
||||
@@ -626,7 +626,7 @@ NoXRPTrustLines::finalize(
|
||||
STTx const&,
|
||||
TER const,
|
||||
XRPAmount const,
|
||||
ReadView const& rv,
|
||||
ReadView const&,
|
||||
beast::Journal const& j) const
|
||||
{
|
||||
if (!xrpTrustLine_)
|
||||
@@ -668,7 +668,7 @@ NoDeepFreezeTrustLinesWithoutFreeze::finalize(
|
||||
STTx const&,
|
||||
TER const,
|
||||
XRPAmount const,
|
||||
ReadView const& rv,
|
||||
ReadView const&,
|
||||
beast::Journal const& j) const
|
||||
{
|
||||
if (!deepFreezeWithoutFreeze_)
|
||||
|
||||
Reference in New Issue
Block a user