CLI: Add hidden support for SystemInstruction::TransferWithSeed

This commit is contained in:
Trent Nelson
2021-02-18 00:08:12 -07:00
committed by mergify[bot]
parent 16e0a4b412
commit 700685c223
4 changed files with 185 additions and 2 deletions

View File

@@ -76,6 +76,8 @@ fn test_vote_authorize_and_withdraw() {
nonce_account: None,
nonce_authority: 0,
fee_payer: 0,
derived_address_seed: None,
derived_address_program_id: None,
};
process_command(&config).unwrap();
let expected_balance = expected_balance + 1_000;