Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Dec 2, 2024
1 parent 94a1e4d commit 35d29c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ private async Task<AcceptTxResult[]> AddBlockInternal(params Transaction[] trans
Timestamper.Add(TimeSpan.FromSeconds(1));
var headProcessed = new SemaphoreSlim(0);
TxPool.TxPoolHeadChanged += (s, a) => headProcessed.Release();
await BlockProductionTrigger.BuildBlock(payloadAttributes: new PayloadAttributes {TargetBlobCount = 0}).ConfigureAwait(false);
await BlockProductionTrigger.BuildBlock(payloadAttributes: new PayloadAttributes { TargetBlobCount = 0 }).ConfigureAwait(false);
await headProcessed.WaitAsync().ConfigureAwait(false);
return txResults;
}
Expand Down

0 comments on commit 35d29c5

Please sign in to comment.