mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
broadcast hww payjopin immediately
This commit is contained in:
@@ -782,6 +782,12 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
};
|
||||
AddSigningContext(redirectVm, vm.SigningContext);
|
||||
if (!string.IsNullOrEmpty(vm.SigningContext.OriginalPSBT) &&
|
||||
!string.IsNullOrEmpty(vm.SigningContext.PSBT))
|
||||
{
|
||||
//if a hw device signed a payjoin, we want it broadcast instantly
|
||||
redirectVm.Parameters.Add(new KeyValuePair<string, string>("command", "broadcast"));
|
||||
}
|
||||
return View("PostRedirect", redirectVm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user