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 a4829ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -545,7 +545,7 @@ Result:
"timestamp": 1540376174,
"confirmations": 1
},
{// when it is an address
{
}
],
"spentOutpoints": [
Expand Down

0 comments on commit a4829ea

Please sign in to comment.