Make space for a new Transaction::new
This commit is contained in:
@ -564,7 +564,10 @@ fn fund_keys(client: &ThinClient, source: &Keypair, dests: &[Keypair], lamports:
|
||||
.map(|(k, m)| {
|
||||
(
|
||||
k.clone(),
|
||||
Transaction::new(SystemInstruction::new_move_many(&k.pubkey(), &m)),
|
||||
Transaction::new_unsigned_instructions(SystemInstruction::new_move_many(
|
||||
&k.pubkey(),
|
||||
&m,
|
||||
)),
|
||||
)
|
||||
})
|
||||
.collect();
|
||||
|
Reference in New Issue
Block a user