solana-tokens: Add capability to perform the same transfer to a batch of recipients (#12259)
* Add transfer-amount argument, use simplified input-csv * Add transfer-amount to readme
This commit is contained in:
@ -20,7 +20,7 @@ fn test_process_distribute_with_rpc_client() {
|
||||
|
||||
Runtime::new().unwrap().block_on(async {
|
||||
let mut banks_client = start_tcp_client(leader_data.rpc_banks).await.unwrap();
|
||||
test_process_distribute_tokens_with_client(&mut banks_client, alice).await
|
||||
test_process_distribute_tokens_with_client(&mut banks_client, alice, None).await
|
||||
});
|
||||
|
||||
// Explicit cleanup, otherwise "pure virtual method called" crash in Docker
|
||||
|
Reference in New Issue
Block a user