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:
Tyera Eulberg
2020-09-15 22:53:30 -06:00
committed by GitHub
parent 83f93fed02
commit a48cc073cf
5 changed files with 130 additions and 9 deletions

View File

@ -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