mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
fix nostr plugin
This commit is contained in:
@@ -3,13 +3,13 @@ using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BTCPayServer.Plugins.NIP05
|
||||
{
|
||||
}
|
||||
public class Nip5StoreSettings
|
||||
{
|
||||
[Required] public string PubKey { get; set; }
|
||||
|
||||
public string? PrivateKey { get; set; }
|
||||
[Required] public string Name { get; set; }
|
||||
|
||||
public class Nip5StoreSettings
|
||||
{
|
||||
[Required] public string PubKey { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
[Required] public string Name { get; set; }
|
||||
|
||||
public string[]? Relays { get; set; }
|
||||
public string[]? Relays { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user