|
xrpld
|
Invariant: offers should be for non-negative amounts and must not be XRP to XRP. More...
#include <InvariantCheck.h>
Public Member Functions | |
| void | visitEntry (bool, SLE::const_ref, SLE::const_ref) |
| bool | finalize (STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &) const |
Private Attributes | |
| bool | bad_ = false |
Invariant: offers should be for non-negative amounts and must not be XRP to XRP.
Examine all offers modified by the transaction and ensure that there are no offers which contain negative amounts or which exchange XRP for XRP.
Definition at line 264 of file InvariantCheck.h.
| void xrpl::NoBadOffers::visitEntry | ( | bool | isDelete, |
| SLE::const_ref | before, | ||
| SLE::const_ref | after ) |
Definition at line 236 of file InvariantCheck.cpp.
|
nodiscard |
Definition at line 258 of file InvariantCheck.cpp.
|
private |
Definition at line 266 of file InvariantCheck.h.