All stake accounts should be created with associated stake accounts. Currently this is done as a convention by the client (using create with seed), but it should be enforced by the program. Use the new `#[associated]` attributes in Anchor 0.4.3.
All stake accounts should be created with associated stake accounts.
Currently this is done as a convention by the client (using create with seed), but it should be enforced by the program.
Use the new
#[associated]attributes in Anchor 0.4.3.