Adjust rates

This commit is contained in:
2023-07-10 16:06:37 +01:00
parent 13980b454f
commit 60130329f0
5 changed files with 28 additions and 6 deletions

View File

@ -36,6 +36,11 @@ public class Config
public string[] Relays { get; init; } = Array.Empty<string>();
public LndConfig Lnd { get; init; } = null!;
/// <summary>
/// Cost/min
/// </summary>
public int Cost { get; init; } = 10;
}
public class LndConfig