mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Remove global xpubs
This commit is contained in:
parent
6df6537cf9
commit
d9baea4c38
@ -44,6 +44,8 @@ namespace BTCPayServer.Controllers
|
||||
var psbt = (await nbx.CreatePSBTAsync(derivationSettings.AccountDerivation, psbtRequest, cancellationToken));
|
||||
if (psbt == null)
|
||||
throw new NotSupportedException("You need to update your version of NBXplorer");
|
||||
// Not supported by coldcard, remove when they do support it
|
||||
psbt.PSBT.GlobalXPubs.Clear();
|
||||
return psbt;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user