From 4862617f3efc7849dad55c861ec265568c58c3b2 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 18 Aug 2023 11:23:36 +0200 Subject: [PATCH] fix --- .../BTCPayServer.Plugins.Wabisabi/WabisabiStoreController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/BTCPayServer.Plugins.Wabisabi/WabisabiStoreController.cs b/Plugins/BTCPayServer.Plugins.Wabisabi/WabisabiStoreController.cs index 11310e0..3f62388 100644 --- a/Plugins/BTCPayServer.Plugins.Wabisabi/WabisabiStoreController.cs +++ b/Plugins/BTCPayServer.Plugins.Wabisabi/WabisabiStoreController.cs @@ -171,7 +171,7 @@ namespace BTCPayServer.Plugins.Wabisabi { ECPrivKey.TryCreate(new ReadOnlySpan(RandomNumberGenerator.GetBytes(32)), 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")); }