correction: short_channel_id definition

pull/947/head
Alex Myers 2 years ago
parent 7d925814b1
commit 3d5f2075b4

@ -404,8 +404,8 @@ short channel ID (scid)::
Once a channel is established, the index of the funding transaction on the blockchain is used as the short channel ID to uniquely identify the channel.
The short channel ID consists of eight bytes referring to three numbers.
In its serialized form, it depicts these three numbers as decimal values separated by the letter "x" (e.g., +600123x01x00+)
The first number (4 bytes) is the block height.
The second number (2 bytes) is the index of the funding transaction with the blocks.
The first number (3 bytes) is the block height.
The second number (3 bytes) is the index of the funding transaction with the blocks.
The last number (2 bytes) is the transaction output.
simplified payment verification (SPV)::

Loading…
Cancel
Save