mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-24 01:14:20 +01:00
Do not reuse outpoint used in ongoing pending transactions (#6699)
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user