From d5567c9a99e833061f237d420dd9dbc28a16c201 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Mon, 4 Aug 2025 17:21:24 +0100 Subject: [PATCH] Update payload_building.go --- miner/payload_building.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/payload_building.go b/miner/payload_building.go index 6b010186bf..36ef2b9063 100644 --- a/miner/payload_building.go +++ b/miner/payload_building.go @@ -65,7 +65,7 @@ func (args *BuildPayloadArgs) Id() engine.PayloadID { // Payload wraps the built payload(block waiting for sealing). According to the // engine-api specification, EL should build the initial version of the payload -// which has an empty transaction set and then keep update it in order to maximize +// which has an empty transaction set and then keep updating it in order to maximize // the revenue. Therefore, the empty-block here is always available and full-block // will be set/updated afterwards. type Payload struct {