diff --git a/NBXplorer.Tests/xunit.runner.json b/NBXplorer.Tests/xunit.runner.json index dc14f82b1..6dae53c9c 100644 --- a/NBXplorer.Tests/xunit.runner.json +++ b/NBXplorer.Tests/xunit.runner.json @@ -1,3 +1,4 @@ { - "parallelizeTestCollections": false + "parallelizeTestCollections": false, + "methodDisplay": "method" } \ No newline at end of file diff --git a/NBXplorer/Startup.cs b/NBXplorer/Startup.cs index eb5035c60..85ef8e1cb 100644 --- a/NBXplorer/Startup.cs +++ b/NBXplorer/Startup.cs @@ -70,7 +70,7 @@ public void Configure(IApplicationBuilder app, IServiceProvider prov, app.UseAuthentication(); app.UseAuthorization(); app.UseWebSockets(); - //app.UseMiddleware(); + app.UseMiddleware(); app.UseEndpoints(endpoints => { endpoints.MapHealthChecks("health", new Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions() diff --git a/docs/API.md b/docs/API.md index fd50bbea6..47be9c90a 100644 --- a/docs/API.md +++ b/docs/API.md @@ -514,7 +514,7 @@ Result: "derivationStrategy": "tpubD6NzVbkrYhZ4XQVi1sSEDBWTcicDqVSCTnYDxpwGwcSZVbPii2b7baRg57YfL64ed36sBRe6GviihHwhy3D1cnBe5uXb27DjrDZCKUA7PQi", "currentHeight": 107, "unconfirmed": { - "utxos": [ + "utxOs": [ { "feature": "Deposit", "outpoint": "10ba4bcadd03130b1bd98b0bc7aea9910f871b25b87ec06e484456e84440c88a01000000", @@ -532,8 +532,8 @@ Result: "hasChanges": true }, "confirmed": { - "utxos": [ - {// when it is a derivation scheme + "utxOs": [ + { "feature": "Deposit", "outpoint": "29ca6590f3f03a6523ad79975392e74e385bf2b7dafe6c537ffa12f9e124348800000000", "index": 0, @@ -544,8 +544,6 @@ Result: "keyPath": "0/3", "timestamp": 1540376174, "confirmations": 1 - }, - {// when it is an address } ], "spentOutpoints": [