lnwire/features: static_remote_key bits, 10/11 -> 12/13

Final version of spec allocated 12/13 to option_static_remote_key.
This commit is contained in:
Conner Fromknecht 2019-10-02 03:33:22 -07:00
parent 9710134f70
commit 65a991999d
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -58,12 +58,12 @@ const (
// StaticRemoteKeyRequired is a required feature bit that signals that // StaticRemoteKeyRequired is a required feature bit that signals that
// within one's commitment transaction, the key used for the remote // within one's commitment transaction, the key used for the remote
// party's non-delay output should not be tweaked. // party's non-delay output should not be tweaked.
StaticRemoteKeyRequired FeatureBit = 10 StaticRemoteKeyRequired FeatureBit = 12
// StaticRemoteKeyOptional is an optional feature bit that signals that // StaticRemoteKeyOptional is an optional feature bit that signals that
// within one's commitment transaction, the key used for the remote // within one's commitment transaction, the key used for the remote
// party's non-delay output should not be tweaked. // party's non-delay output should not be tweaked.
StaticRemoteKeyOptional FeatureBit = 11 StaticRemoteKeyOptional FeatureBit = 13
// maxAllowedSize is a maximum allowed size of feature vector. // maxAllowedSize is a maximum allowed size of feature vector.
// //