Skip to content

Commit 26aa6ed

Browse files
committed
Increase amount of mixins present while testing
1 parent 25ba141 commit 26aa6ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/coins/xmr/engine.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ impl XmrEngine {
375375
for _ in 0 .. 7 {
376376
self.mine_block().await?;
377377
}
378+
// Mine a further 230 blocks to create plenty of outputs to mix with
379+
for _ in 0 .. 23 {
380+
self.mine_block().await?;
381+
}
378382
let _: EmptyResponse = self.wallet_call("rescan_blockchain", json!({})).await?.result;
379383

380384
// Send 1 XMR to our address

0 commit comments

Comments
 (0)