diff --git a/NostrStreamer/Controllers/NostrController.cs b/NostrStreamer/Controllers/NostrController.cs index c74efb8..21faa7d 100644 --- a/NostrStreamer/Controllers/NostrController.cs +++ b/NostrStreamer/Controllers/NostrController.cs @@ -39,7 +39,7 @@ public class NostrController : Controller user = new() { PubKey = pk, - Balance = 0, + Balance = 1000, StreamKey = Guid.NewGuid().ToString() };