using nastro instead of old eventstore

This commit is contained in:
pippellia-btc
2025-07-10 18:23:44 +02:00
parent 3cac4b98e5
commit a7b60b6867
8 changed files with 20 additions and 26 deletions

View File

@@ -24,7 +24,6 @@ func TestFirehose(t *testing.T) {
checker := mockChecker{pubkey: pip}
config := NewFirehoseConfig()
Firehose(ctx, config, checker, print)
}