Fix a bunch of minor bugs (#4983)

This commit is contained in:
Nicolas Dorier
2023-05-19 08:41:21 +09:00
committed by GitHub
parent acf003b1b4
commit 3d57b944ca
9 changed files with 12 additions and 23 deletions

View File

@@ -361,11 +361,6 @@ namespace BTCPayServer
public ConcurrentDictionary<string, LightningAddressItem> Items { get; } = new();
public ConcurrentDictionary<string, string[]> StoreToItemMap { get; } = new();
public override string ToString()
{
return null;
}
}
[HttpGet("~/.well-known/lnurlp/{username}")]