Skip to content

Commit

Permalink
Temporal fix of eth/68 just for EIP-4844
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 committed Jan 22, 2023
1 parent 5815769 commit 24b8f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Init/Steps/InitializeNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ await InitPeer().ContinueWith(initPeerTask =>
}
else if (_logger.IsDebug) _logger.Debug("Skipped enabling eth67 capability");

// TODO: Review enabling conditions
_api.ProtocolsManager!.AddSupportedCapability(new Capability(Protocol.Eth, 68));

if (_syncConfig.SnapSync && !stateSyncFinished)
{
SnapCapabilitySwitcher snapCapabilitySwitcher = new(_api.ProtocolsManager, _api.SyncModeSelector, _api.LogManager);
Expand Down

0 comments on commit 24b8f52

Please sign in to comment.