Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 27, 2023
1 parent 3c39ea8 commit dce4f42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion NBXplorer.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"parallelizeTestCollections": false
"parallelizeTestCollections": false,
"methodDisplay": "method"
}
2 changes: 1 addition & 1 deletion NBXplorer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void Configure(IApplicationBuilder app, IServiceProvider prov,
app.UseAuthentication();
app.UseAuthorization();
app.UseWebSockets();
//app.UseMiddleware<LogAllRequestsMiddleware>();
app.UseMiddleware<LogAllRequestsMiddleware>();
app.UseEndpoints(endpoints =>
{
endpoints.MapHealthChecks("health", new Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions()
Expand Down
8 changes: 3 additions & 5 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Result:
"derivationStrategy": "tpubD6NzVbkrYhZ4XQVi1sSEDBWTcicDqVSCTnYDxpwGwcSZVbPii2b7baRg57YfL64ed36sBRe6GviihHwhy3D1cnBe5uXb27DjrDZCKUA7PQi",
"currentHeight": 107,
"unconfirmed": {
"utxos": [
"utxOs": [
{
"feature": "Deposit",
"outpoint": "10ba4bcadd03130b1bd98b0bc7aea9910f871b25b87ec06e484456e84440c88a01000000",
Expand All @@ -532,8 +532,8 @@ Result:
"hasChanges": true
},
"confirmed": {
"utxos": [
{// when it is a derivation scheme
"utxOs": [
{
"feature": "Deposit",
"outpoint": "29ca6590f3f03a6523ad79975392e74e385bf2b7dafe6c537ffa12f9e124348800000000",
"index": 0,
Expand All @@ -544,8 +544,6 @@ Result:
"keyPath": "0/3",
"timestamp": 1540376174,
"confirmations": 1
},
{// when it is an address
}
],
"spentOutpoints": [
Expand Down

0 comments on commit dce4f42

Please sign in to comment.