Add NonAction to CreatePSBT

This commit is contained in:
nicolas.dorier 2019-05-09 19:34:45 +09:00
parent aba3f7d6bd
commit e504163bc7
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.3.98</Version>
<Version>1.0.3.99</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup>
<PropertyGroup>

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);