add genesis stake placeholders (#6969)
* add investor stake placeholders fixups fixups review comments, fixups make more data-looky for easier management rent may be zero rework with more tables, derived keys fixups rebase-fix fixups fixups * genesis is now too big to boot in 10 seconds
This commit is contained in:
@@ -1862,7 +1862,10 @@ mod tests {
|
||||
stake_account: bob_keypair.into(),
|
||||
staker: None,
|
||||
withdrawer: None,
|
||||
lockup: Lockup { slot: 0, custodian },
|
||||
lockup: Lockup {
|
||||
epoch: 0,
|
||||
custodian,
|
||||
},
|
||||
lamports: 1234,
|
||||
};
|
||||
let signature = process_command(&config);
|
||||
|
Reference in New Issue
Block a user