This commit is contained in:
Richard Holland
2023-12-20 11:15:57 +00:00
parent d3d4f4dbad
commit 9d73b12713

View File

@@ -111,7 +111,7 @@ getTransactionalStakeHolders(STTx const& tx, ReadView const& rv)
// the issuer burns the owner's token, and the owner is a weak
// TSH
else if (rv.exists(keylet::account(owner)))
ADD_TSH(owner, !fixV1);
ADD_TSH(owner, false);
break;
}