Skip to content

Commit

Permalink
Increase amount of mixins present while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 25ba141 commit 26aa6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coins/xmr/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ impl XmrEngine {
for _ in 0 .. 7 {
self.mine_block().await?;
}
// Mine a further 230 blocks to create plenty of outputs to mix with
for _ in 0 .. 23 {
self.mine_block().await?;
}
let _: EmptyResponse = self.wallet_call("rescan_blockchain", json!({})).await?.result;

// Send 1 XMR to our address
Expand Down

0 comments on commit 26aa6ed

Please sign in to comment.