Rename SystemInstruction::Move to SystemInstruction::Transfer
This commit is contained in:
@ -551,10 +551,9 @@ fn fund_keys(client: &ThinClient, source: &Keypair, dests: &[Keypair], lamports:
|
||||
.map(|(k, m)| {
|
||||
(
|
||||
k.clone(),
|
||||
Transaction::new_unsigned_instructions(SystemInstruction::new_move_many(
|
||||
&k.pubkey(),
|
||||
&m,
|
||||
)),
|
||||
Transaction::new_unsigned_instructions(
|
||||
SystemInstruction::new_transfer_many(&k.pubkey(), &m),
|
||||
),
|
||||
)
|
||||
})
|
||||
.collect();
|
||||
|
Reference in New Issue
Block a user