mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
refactor: use east const convention (#5409)
This change refactors the codebase to use the "east const convention", and adds a clang-format rule to follow this convention.
This commit is contained in:
@@ -3845,7 +3845,7 @@ private:
|
||||
int const signerListOwners{features[featureMultiSignReserve] ? 2 : 5};
|
||||
env.require(owners(alice, signerListOwners + 0));
|
||||
|
||||
const msig ms{becky, bogie};
|
||||
msig const ms{becky, bogie};
|
||||
|
||||
// Multisign all AMM transactions
|
||||
AMM ammAlice(
|
||||
|
||||
Reference in New Issue
Block a user