• Steven Allen's avatar
    feat: move broadcast wantlist into the peermanager (#365) · 2a033735
    Steven Allen authored
    * feat: small optimizations
    
    * feat: move broadcast wantlist into the peermanager
    
    This deduplicates some state and allows us to do less book-keeping for broadcast
    wants. We should probably rename the PeerManager to the WantManager and rename the
    WantManager to something else.
    
    * fix: lint warnings
    2a033735
wantmanager.go 3.51 KB