From df3ac21669e62c48da82bc100945b11514e146f3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 9 Jun 2025 18:09:34 +0900 Subject: [PATCH] Bump NBitcoin --- BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj | 2 +- BIP78.Sender/BTCPayServer.BIP78.Sender.csproj | 4 ++-- BIP78.Sender/IPayjoinWallet.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj b/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj index dbee406..06f4a73 100644 --- a/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj +++ b/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj @@ -13,7 +13,7 @@ A library to help you add BIP78 payjoin receiving support in your bitcoin wallet. https://github.com/BTCPayServer/BTCPayServer.BIP78 MIT - 0.2.4 + 0.2.5 latest diff --git a/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj b/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj index 0e82507..fdc2a0f 100644 --- a/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj +++ b/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj @@ -12,12 +12,12 @@ A library to help you add BIP78 payjoin sending support in your bitcoin wallet. https://github.com/BTCPayServer/BTCPayServer.BIP78 MIT - 0.2.4 + 0.2.5 latest - + diff --git a/BIP78.Sender/IPayjoinWallet.cs b/BIP78.Sender/IPayjoinWallet.cs index f720599..c97dc19 100644 --- a/BIP78.Sender/IPayjoinWallet.cs +++ b/BIP78.Sender/IPayjoinWallet.cs @@ -2,7 +2,7 @@ using NBitcoin; namespace BTCPayServer.BIP78.Sender { - public interface IPayjoinWallet: IHDScriptPubKey + public interface IPayjoinWallet : IHDScriptPubKey { public ScriptPubKeyType ScriptPubKeyType { get; } RootedKeyPath RootedKeyPath { get; }