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")); }