mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 17:26:39 +00:00
.
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user