mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
added test issuer can still send payments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user