Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Dec 19, 2024
1 parent 2a70e1b commit 9b7bb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/blockchain/init_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (s *Service[
}

// After deposits are validated, store the genesis deposits in the deposit store.
if err := s.storageBackend.DepositStore().EnqueueDeposits(
if err = s.storageBackend.DepositStore().EnqueueDeposits(
genesisData.GetDeposits(),
); err != nil {
return nil, err
Expand Down

0 comments on commit 9b7bb68

Please sign in to comment.