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,