This commit is contained in:
Richard Holland
2023-12-20 11:19:07 +00:00
parent 9d73b12713
commit 4eba415e9b

View File

@@ -338,7 +338,7 @@ getTransactionalStakeHolders(STTx const& tx, ReadView const& rv)
auto escrow = rv.read(kl);
if (!escrow)
if (!escrow || escrow->getFieldU16(sfLedgerEntryType) != ltESCROW)
return {};
// this should always be the same as owner, but defensively...