mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
Add missing mine_blocks call to the Monero test runner
This commit is contained in:
parent
a3adf16b8c
commit
7d3a06ac05
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ macro_rules! test {
|
|||
|
||||
let signed = sign(tx).await;
|
||||
rpc.publish_transaction(&signed).await.unwrap();
|
||||
mine_blocks(&rpc, &random_address().2.to_string()).await;
|
||||
#[allow(unused_assignments)]
|
||||
{
|
||||
carried_state =
|
||||
|
|
Loading…
Reference in a new issue