voter-stake-registry/programs/voter-stake-registry/src
Christian Kamm 5b3d07ffb3 Renames for clarity
- withdrawable -> unlocked

  "withdrawable" was a bad name, since these funds - while unlocked -
  are not necessarily withdrawable if the voter is currently engaged in
  a vote.

- only_deposit -> only_unlocked

  Locked funds are technically also deposited. Make it clearer that this
  is talking about the unlocked parts of the funds on the account.
2022-01-26 09:01:17 +01:00
..
events Renames for clarity 2022-01-26 09:01:17 +01:00
instructions Renames for clarity 2022-01-26 09:01:17 +01:00
state Renames for clarity 2022-01-26 09:01:17 +01:00
error.rs Renames for clarity 2022-01-26 09:01:17 +01:00
lib.rs Renames for clarity 2022-01-26 09:01:17 +01:00