mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
add await
This commit is contained in:
parent
bdb0c576a3
commit
3b3493df94
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user