Merge stake::withdraw instructions (#9617)

This commit is contained in:
Greg Fitzgerald
2020-04-20 18:16:50 -06:00
committed by GitHub
parent b1a0abc7a6
commit a6ad660e5e
4 changed files with 14 additions and 20 deletions

View File

@ -1002,6 +1002,7 @@ pub fn process_withdraw_stake(
&withdraw_authority.pubkey(),
destination_account_pubkey,
lamports,
None,
)];
let fee_payer = config.signers[fee_payer];