Add NonAction to CreatePSBT

This commit is contained in:
nicolas.dorier
2019-05-09 19:34:45 +09:00
parent aba3f7d6bd
commit e504163bc7
2 changed files with 2 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ namespace BTCPayServer.Controllers
}
}
[NonAction]
public async Task<CreatePSBTResponse> CreatePSBT(BTCPayNetwork network, DerivationSchemeSettings derivationSettings, WalletSendLedgerModel sendModel, CancellationToken cancellationToken)
{
var nbx = ExplorerClientProvider.GetExplorerClient(network);