mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add missing mine_blocks call to the Monero test runner
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user