From b41332e69f66bc46c2a44f8723d6a73d1f3ca898 Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:48:47 +0000 Subject: [PATCH] added test issuer can still send payments --- src/test/app/Vault_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/app/Vault_test.cpp b/src/test/app/Vault_test.cpp index 913e142308..3f8fb68eb5 100644 --- a/src/test/app/Vault_test.cpp +++ b/src/test/app/Vault_test.cpp @@ -1884,6 +1884,10 @@ class Vault_test : public beast::unit_test::suite tx[sfDestination] = issuer.human(); env(tx); + // Verify issuer can still send direct payments when locked + env(pay(issuer, depositor, asset(50))); + env.close(); + // Clawback is still permitted, even with global lock tx = vault.clawback( {.issuer = issuer,