solana: wait for full confirmation
This commit is contained in:
parent
72289be8ee
commit
0c8cf93f85
|
@ -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(),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue