mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-04 22:33:06 +00:00
Merge pull request #138 from vacp2p/schouhy/fix-merge-error
Fix merge compilation error
This commit is contained in:
commit
8ced04ae97
@ -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