mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 11:11:53 +01:00
lnrpc: add AMP feature bits
This commit is contained in:
parent
56a2c65477
commit
0b9137cdac
@ -610,7 +610,9 @@
|
||||
"ANCHORS_REQ",
|
||||
"ANCHORS_OPT",
|
||||
"ANCHORS_ZERO_FEE_HTLC_REQ",
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT"
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT",
|
||||
"AMP_REQ",
|
||||
"AMP_OPT"
|
||||
],
|
||||
"default": "DATALOSS_PROTECT_REQ"
|
||||
},
|
||||
|
1601
lnrpc/rpc.pb.go
1601
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@ -3415,6 +3415,8 @@ enum FeatureBit {
|
||||
ANCHORS_OPT = 21;
|
||||
ANCHORS_ZERO_FEE_HTLC_REQ = 22;
|
||||
ANCHORS_ZERO_FEE_HTLC_OPT = 23;
|
||||
AMP_REQ = 30;
|
||||
AMP_OPT = 31;
|
||||
}
|
||||
|
||||
message Feature {
|
||||
|
@ -1193,7 +1193,9 @@
|
||||
"ANCHORS_REQ",
|
||||
"ANCHORS_OPT",
|
||||
"ANCHORS_ZERO_FEE_HTLC_REQ",
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT"
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT",
|
||||
"AMP_REQ",
|
||||
"AMP_OPT"
|
||||
]
|
||||
},
|
||||
"collectionFormat": "multi"
|
||||
@ -3559,7 +3561,9 @@
|
||||
"ANCHORS_REQ",
|
||||
"ANCHORS_OPT",
|
||||
"ANCHORS_ZERO_FEE_HTLC_REQ",
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT"
|
||||
"ANCHORS_ZERO_FEE_HTLC_OPT",
|
||||
"AMP_REQ",
|
||||
"AMP_OPT"
|
||||
],
|
||||
"default": "DATALOSS_PROTECT_REQ"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user