From 8811e6c091310cf0bfa2babffad930009f37b17f Mon Sep 17 00:00:00 2001 From: Vito <5780819+Tapanito@users.noreply.github.com> Date: Wed, 20 May 2026 12:32:17 +0200 Subject: [PATCH] minor: fix test comments --- src/test/app/Vault_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/app/Vault_test.cpp b/src/test/app/Vault_test.cpp index f3ea55a438..b8f1da518e 100644 --- a/src/test/app/Vault_test.cpp +++ b/src/test/app/Vault_test.cpp @@ -6144,8 +6144,7 @@ class Vault_test : public beast::unit_test::Suite // flags after holders have already deposited into a vault. Demonstrates: // // - VaultDeposit and VaultWithdraw both go through `canTransfer`, - // so clearing lsfMPTCanTransfer freezes every holder's funds in - // the vault until the issuer re-enables the flag (`tecNO_AUTH`). + // so clearing lsfMPTCanTransfer causes (`tecNO_AUTH`). // // - The issuer is exempt: `canTransfer` short-circuits when either // side of the transfer is the issuer, so the issuer can still