Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Jan 29, 2025
1 parent 1e50e0b commit 28c0ebb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multinode/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ type AdapterConfig interface {
// Adapter is used to integrate multinode into chain-specific clients.
// For new MultiNode integrations, we wrap the RPC client and inherit from the Adapter
// to get the required RPCClient methods and enable the use of MultiNode.
//
// The Adapter provides chain-agnostic functionality such as head and finalized head
// subscriptions, which are required in each Node lifecycle to execute various
// health checks.
type Adapter[HEAD Head] struct {
cfg AdapterConfig
log logger.Logger
Expand Down

0 comments on commit 28c0ebb

Please sign in to comment.