Skip to content

Commit

Permalink
protocol docs: outpoint.subscribe: outpoint might not exist yet
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed Aug 2, 2021
1 parent e3f95c7 commit 8b08ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/protocol-methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ as an input (spends it).
notification. Some examples:

* a funding/spending tx appearing in the mempool if there was no such tx when the client subbed
(note: the server MUST save the subscription even if the outpoint does not exist yet)
* funding/spending tx height changing from -1 to 0 as its inputs got mined
* funding/spending tx height changing from 0 to a (positive) block height when it gets mined
* note that reorgs can change any of the `status` fields and result in notifications
Expand Down

0 comments on commit 8b08ebc

Please sign in to comment.