add await

This commit is contained in:
Sergio Chouhy 2025-10-21 09:14:29 -03:00
parent bdb0c576a3
commit 3b3493df94

View File

@ -1410,7 +1410,7 @@ pub async fn test_program_deployment() {
let message = nssa::program_deployment_transaction::Message::new(bytecode.clone());
let transaction = ProgramDeploymentTransaction::new(message);
let wallet_config = fetch_config().unwrap();
let wallet_config = fetch_config().await.unwrap();
let seq_client = SequencerClient::new(wallet_config.sequencer_addr.clone()).unwrap();
let _response = seq_client.send_tx_program(transaction).await.unwrap();