fix: merge fix

This commit is contained in:
Oleksandr Pravdyvyi 2025-10-21 15:17:44 +03:00
parent 941738c26f
commit 37360e6d8c
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

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();