Open
Description
Summary
I want to use Payments to condense multiple OfferCreates
into a single Payment
to self, i.e. a Payment where Account
and Destination
are the same. To do this I need to have a LimitAmount
which exceeds the Amount
of the Payment
. If I were to consume the same chain of offers using OfferCreate
no such LimitAmount
would be required and in fact, no existing TrustLine/RippleState is required.
Motivation
To reduce transaction counts for arbitrage, by using fewer Payment transactions than OfferCreate transactions and to avoid unnecessary TrustSet transactions.
Solution
Remove the check for a LimitAmount exceeding Amount for Payments to self.