Skip to content

Commit

Permalink
dev: chg: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Oct 12, 2023
1 parent cbfe8b8 commit 11ac1a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/express/commands/relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ async function relayTxs(p, ip, polygonProviderUrl, index) {
let polygonBlock = startBlock

while (true) {
const txCount = await polygonProvider.eth.getBlockTransactionCount(
polygonBlock
)
const txCount =
await polygonProvider.eth.getBlockTransactionCount(polygonBlock)

print(`📍 Block ${polygonBlock} has ${txCount} transactions`, index)

Expand Down

0 comments on commit 11ac1a3

Please sign in to comment.