From ab2484206d6e59dd9c39fa88b698d2c7133eb432 Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Tue, 26 Nov 2024 23:55:45 -0600 Subject: [PATCH] have to actually run the decay --- node/p2p/blossomsub.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/p2p/blossomsub.go b/node/p2p/blossomsub.go index 0bda834..dc955da 100644 --- a/node/p2p/blossomsub.go +++ b/node/p2p/blossomsub.go @@ -500,6 +500,8 @@ func NewBlossomSub( bs.h = h bs.signKey = privKey + go bs.background(ctx) + return bs }