This commit is contained in:
aarshkshah1992
2026-01-06 12:37:33 +05:30
parent e63c1bebfe
commit d1ceff6621

View File

@@ -120,7 +120,7 @@ func NewTestP2PWithPubsubOptions(t *testing.T, pubsubOpts []pubsub.Option, userO
}
}
func (p TestP2P) Status() error {
func (p *TestP2P) Status() error {
return nil
}