Do not reuse outpoint used in ongoing pending transactions (#6699)

This commit is contained in:
Nicolas Dorier
2025-04-28 16:17:23 +09:00
committed by GitHub
parent ee83769a7b
commit 41e1eb1be2
5 changed files with 13 additions and 4 deletions

View File

@@ -535,7 +535,7 @@ namespace BTCPayServer.Controllers.Greenfield
CreatePSBTResponse psbt;
try
{
psbt = await _walletsController.CreatePSBT(network, derivationScheme,
psbt = await _walletsController.CreatePSBT(storeId, network, derivationScheme,
new WalletSendModel()
{
SelectedInputs = request.SelectedInputs?.Select(point => point.ToString()),