Set init balance to 1k

This commit is contained in:
2023-07-10 16:29:34 +01:00
parent 60130329f0
commit 58adc8b9ae

View File

@ -39,7 +39,7 @@ public class NostrController : Controller
user = new() user = new()
{ {
PubKey = pk, PubKey = pk,
Balance = 0, Balance = 1000,
StreamKey = Guid.NewGuid().ToString() StreamKey = Guid.NewGuid().ToString()
}; };