From 2169151746223c0ce50d62fc218f3dbbe95f284b Mon Sep 17 00:00:00 2001 From: Rodrigo <39995243+RodriFS@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:54:25 +0200 Subject: [PATCH] Allow selectutxos endpoint to work with DBTRIE --- NBXplorer/Controllers/CoinSelectionController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NBXplorer/Controllers/CoinSelectionController.cs b/NBXplorer/Controllers/CoinSelectionController.cs index 8a9e9d0..1118842 100644 --- a/NBXplorer/Controllers/CoinSelectionController.cs +++ b/NBXplorer/Controllers/CoinSelectionController.cs @@ -46,7 +46,7 @@ public CoinSelectionController( [HttpGet] [Route("cryptos/{cryptoCode}/derivations/{derivationScheme}/selectutxos")] [Route("cryptos/{cryptoCode}/addresses/{address}/selectutxos")] - [PostgresImplementationActionConstraint(true)] + [PostgresImplementationActionConstraint(false)] public async Task GetUTXOsByLimit( string cryptoCode, [ModelBinder(BinderType = typeof(DerivationStrategyModelBinder))]