From 9d73b127131145519e80423a55a4377466abf0a8 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Wed, 20 Dec 2023 11:15:57 +0000 Subject: [PATCH] . --- src/ripple/app/hook/impl/applyHook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/hook/impl/applyHook.cpp b/src/ripple/app/hook/impl/applyHook.cpp index 5bc8e7469..dbcb8bb4a 100644 --- a/src/ripple/app/hook/impl/applyHook.cpp +++ b/src/ripple/app/hook/impl/applyHook.cpp @@ -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; }