mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix
This commit is contained in:
@@ -171,7 +171,7 @@ namespace BTCPayServer.Plugins.Wabisabi
|
|||||||
{
|
{
|
||||||
ECPrivKey.TryCreate(new ReadOnlySpan<byte>(RandomNumberGenerator.GetBytes(32)),
|
ECPrivKey.TryCreate(new ReadOnlySpan<byte>(RandomNumberGenerator.GetBytes(32)),
|
||||||
out var key);
|
out var key);
|
||||||
evts.Add(await Nostr.CreateCoordinatorDiscoveryEvent(network, key.ToHex(),
|
evts.Add(await Nostr.CreateCoordinatorDiscoveryEvent(network, key,
|
||||||
new Uri($"https://{Guid.NewGuid()}.com"), "fake regtest coord test"));
|
new Uri($"https://{Guid.NewGuid()}.com"), "fake regtest coord test"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user