Skip to content

Commit

Permalink
fix(modshare): discovery leftover from celestiaorg#3777 (celestiaorg#…
Browse files Browse the repository at this point in the history
…3781)

I realized by seeing logs that the archival tag and version weren't rearranged in celestiaorg#3777
  • Loading branch information
Wondertan authored Sep 30, 2024
1 parent ac0515f commit 6fab81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/share/p2p_constructors.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ func archivalDiscoveryAndPeerManager(tp node.Type, cfg *Config) fx.Option {
cfg.Discovery,
h,
disc,
protocolVersion,
archivalNodesTag,
protocolVersion,
discOpts...,
)
if err != nil {
Expand Down

0 comments on commit 6fab81d

Please sign in to comment.