Merge pull request #138 from vacp2p/schouhy/fix-merge-error

Fix merge compilation error
This commit is contained in:
Sergio Chouhy 2025-10-21 10:45:13 -03:00 committed by GitHub
commit 8ced04ae97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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