Skip to content

Commit

Permalink
remove #810 from comment as merged
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jul 28, 2023
1 parent 90385f0 commit 6d0d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/raintree/peerstore_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
func (rtr *rainTreeRouter) getPeerstoreSize(level uint32, height uint64) int {
peersView, maxNumLevels := rtr.peersManager.getPeersViewWithLevels()

// TECHDEBT(#810, 811): use `bus.GetPeerstoreProvider()` instead once available.
// TECHDEBT(#811): use `bus.GetPeerstoreProvider()` instead once available.
pstoreProvider, err := peerstore_provider.GetPeerstoreProvider(rtr.GetBus())
if err != nil {
// Should never happen; enforced by a `rtr.getPeerstoreProvider()` call
Expand Down

0 comments on commit 6d0d300

Please sign in to comment.