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

@ -38,9 +38,9 @@ public class Config
public LndConfig Lnd { get; init; } = null!;
/// <summary>
/// Cost/min
/// Cost/min (milli-sats)
/// </summary>
public int Cost { get; init; } = 10;
public int Cost { get; init; } = 10_000;
/// <summary>
/// List of video variants