Convert balance to milli-sats

This commit is contained in:
2023-07-13 14:08:43 +01:00
parent 04e6b5fd57
commit 0eead300db
6 changed files with 26 additions and 11 deletions

View File

@ -15,7 +15,7 @@ public class User
public string? Event { get; set; }
/// <summary>
/// Sats balance
/// Milli sats balance
/// </summary>
public long Balance { get; set; }