mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 00:21:38 +03:00
fakenet: wait for receipt before booting
This commit is contained in:
parent
b9fadf776d
commit
fd04762ffb
@ -166,7 +166,8 @@ pub async fn mint_local(
|
||||
let tx_encoded = tx_envelope.encoded_2718();
|
||||
|
||||
// Send the raw transaction and retrieve the transaction receipt.
|
||||
let _tx_hash = provider.send_raw_transaction(&tx_encoded).await?;
|
||||
let tx_hash = provider.send_raw_transaction(&tx_encoded).await?;
|
||||
let _receipt = tx_hash.get_receipt().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user