Set init balance to 1k
This commit is contained in:
@ -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()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user