Skip to content

Commit

Permalink
BOLT 2: remove requirement for missing field.
Browse files Browse the repository at this point in the history
minimum-depth is no longer in the opening message.

Closes: bitcoin#157
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed May 9, 2017
1 parent f22119b commit 8bc2304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ channel id with the same peer. The sender MUST set `funding-satoshis`
to less than 2^24 satoshi. The sender MUST set `push-msat` to
equal or less than to 1000 * `funding-satoshis`. The sender SHOULD set `to-self-delay` sufficient to ensure the sender
can irreversibly spend a commitment transaction output in case of
misbehavior by the receiver. The sender SHOULD set `minimum-depth` to
an amount where the sender considers reorganizations to be low risk.
misbehavior by the receiver.
`funding-pubkey`, `revocation-basepoint`, `payment-basepoint` and `delayed-payment-basepoint` MUST be valid DER-encoded
compressed secp256k1 pubkeys. The sender SHOULD set `feerate-per-kw`
to at least the rate it estimates would cause the transaction to be
Expand Down

0 comments on commit 8bc2304

Please sign in to comment.