From 0c2bef578ea57d3d8e8f39111651c4e5dab1b676 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Mon, 2 Oct 2023 13:37:04 +0200 Subject: [PATCH] Update pkg/protocol/engine/ledger/ledger/ledger.go Co-authored-by: muXxer --- pkg/protocol/engine/ledger/ledger/ledger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/protocol/engine/ledger/ledger/ledger.go b/pkg/protocol/engine/ledger/ledger/ledger.go index fc8b7d9aa..a216055f9 100644 --- a/pkg/protocol/engine/ledger/ledger/ledger.go +++ b/pkg/protocol/engine/ledger/ledger/ledger.go @@ -500,7 +500,7 @@ func (l *Ledger) processCreatedAndConsumedAccountOutputs(stateDiff mempool.State createdAccounts[accountID] = createdOutput case iotago.OutputDelegation: - // The Delegation Output output was created or transitioned => determine later if we need to add the stake to the validator. + // The DelegationOutput was created or transitioned => determine later if we need to add the stake to the validator. delegationOutput, _ := createdOutput.Output().(*iotago.DelegationOutput) delegationID := delegationOutput.DelegationID // Check if the output was newly created or if it was transitioned to delayed claiming.