Skip to content

Commit

Permalink
Reduced code
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Nov 17, 2023
1 parent 279a3b4 commit 28971ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class MicroBlockMinerImpl(
BlockStats.mined(microBlock, blockId)
broadcastMicroBlock(account, microBlock, blockId)
}
.executeOn(monix.execution.Scheduler.Implicits.global)
.executeOn(monix.execution.Scheduler.global)

private def forgeBlocks(
account: KeyPair,
Expand Down

0 comments on commit 28971ae

Please sign in to comment.