solana: wait for full confirmation

This commit is contained in:
Hendrik Hofstadt 2020-08-21 21:58:43 +02:00
parent 72289be8ee
commit 0c8cf93f85
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ fn main() {
rpc_client: RpcClient::new(json_rpc_url), rpc_client: RpcClient::new(json_rpc_url),
owner, owner,
fee_payer, fee_payer,
commitment_config: CommitmentConfig::single(), commitment_config: CommitmentConfig::max(),
} }
}; };