mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
refactor: Rename static constants (#7120)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
env(noop(alice), Sig(alice));
|
||||
|
||||
testcase("Revoke regular key");
|
||||
env(regkey(alice, kDISABLED));
|
||||
env(regkey(alice, kDisabled));
|
||||
env(noop(alice), Sig(bob), Ter(tefBAD_AUTH));
|
||||
env(noop(alice), Sig(alice));
|
||||
}
|
||||
@@ -154,7 +154,7 @@ public:
|
||||
env.close();
|
||||
|
||||
// Disable the regular key using a ticket.
|
||||
env(regkey(alice, kDISABLED), Sig(alie), ticket::Use(--ticketSeq));
|
||||
env(regkey(alice, kDisabled), Sig(alie), ticket::Use(--ticketSeq));
|
||||
env.close();
|
||||
|
||||
// alice should be able to sign using the master key but not the
|
||||
|
||||
Reference in New Issue
Block a user