mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Fix unit-test failure
This commit is contained in:
@@ -6275,7 +6275,10 @@ class Invariants_test : public beast::unit_test::Suite
|
||||
},
|
||||
XRPAmount{},
|
||||
STTx{ttCONFIDENTIAL_MPT_SEND, [](STObject&) {}},
|
||||
{tecINVARIANT_FAILED, tecINVARIANT_FAILED},
|
||||
// Second pass is tef, not tec: the bumped holder MPTAmount also trips
|
||||
// ValidMPTTransfer's on-failure "balance changed" check (fixCleanup3_4_0),
|
||||
// which fires on the pass-2 tec input and escalates it to tef.
|
||||
{tecINVARIANT_FAILED, tefINVARIANT_FAILED},
|
||||
precloseConfidential);
|
||||
|
||||
// badVersion
|
||||
|
||||
Reference in New Issue
Block a user