docs: fix htlc states description regarding direction

Changelog-None
This commit is contained in:
daywalker90
2025-11-13 10:36:36 +10:30
committed by Rusty Russell
parent 5733046617
commit e9f3aaf8af
8 changed files with 496 additions and 545 deletions

View File

@@ -148,7 +148,7 @@
"SENT_REMOVE_ACK_REVOCATION"
],
"description": [
"The first 10 states are for `in`, the next 10 are for `out`."
"The first 10 states are for `out`, the next 10 are for `in`."
]
}
}

View File

@@ -486,7 +486,7 @@
],
"added": "v25.05",
"description": [
"The first 10 states are for `in`, the next 10 are for `out`."
"The first 10 states are for `out`, the next 10 are for `in`."
]
},
"htlc_id": {