Skip to content

Commit

Permalink
Merge pull request #3 from Elenpay/allow-selectutxos-endpoint
Browse files Browse the repository at this point in the history
Allow selectutxos endpoint to work with DBTRIE
  • Loading branch information
Jossec101 authored Oct 20, 2023
2 parents 53e107a + 2169151 commit 50ef9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NBXplorer/Controllers/CoinSelectionController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IActionResult> GetUTXOsByLimit(
string cryptoCode,
[ModelBinder(BinderType = typeof(DerivationStrategyModelBinder))]
Expand Down

0 comments on commit 50ef9cb

Please sign in to comment.