Skip to content

Commit

Permalink
Update comment (#420)
Browse files Browse the repository at this point in the history
Fixex #387
  • Loading branch information
gammazero committed Oct 23, 2023
1 parent 3ad5dc4 commit 57bab77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,9 @@ func (e *Engine) PublishLocal(ctx context.Context, adv schema.Advertisement) (ci
}

// Publish stores the given advertisement locally via Engine.PublishLocal
// first, then publishes a message onto the gossipsub to signal the change in
// the latest advertisement by the provider to indexer nodes.
// first. It then announces the availability of the new advertisement by
// sending an announcement message via HTTP and/or gossipsub to indexers,
// depending on configuration..
//
// The publication mechanism uses dagsync.Publisher internally.
// See: https://github.com/ipni/go-libipni/tree/main/dagsync
Expand Down

0 comments on commit 57bab77

Please sign in to comment.