Skip to content

Commit 0b2b3eb

Browse files
committed
app+proto: update proto files
1 parent 3ed4365 commit 0b2b3eb

File tree

3 files changed

+44
-237
lines changed

3 files changed

+44
-237
lines changed

app/src/types/generated/lnd_pb.d.ts

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/lnd_pb.js

Lines changed: 35 additions & 195 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/lnd.proto

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4369,16 +4369,6 @@ message FeeReportResponse {
43694369
uint64 month_fee_sum = 4 [jstype = JS_STRING];
43704370
}
43714371

4372-
message InboundFee {
4373-
// The inbound base fee charged regardless of the number of milli-satoshis
4374-
// received in the channel. By default, only negative values are accepted.
4375-
int32 base_fee_msat = 1;
4376-
4377-
// The effective inbound fee rate in micro-satoshis (parts per million).
4378-
// By default, only negative values are accepted.
4379-
int32 fee_rate_ppm = 2;
4380-
}
4381-
43824372
message PolicyUpdateRequest {
43834373
oneof scope {
43844374
// If set, then this update applies to all currently active channels.
@@ -4412,9 +4402,8 @@ message PolicyUpdateRequest {
44124402
// If true, min_htlc_msat is applied.
44134403
bool min_htlc_msat_specified = 8;
44144404

4415-
// Optional inbound fee. If unset, the previously set value will be
4416-
// retained [EXPERIMENTAL].
4417-
InboundFee inbound_fee = 10;
4405+
int32 inbound_base_fee_msat = 10;
4406+
int32 inbound_fee_rate_ppm = 11;
44184407
}
44194408

44204409
enum UpdateFailure {

0 commit comments

Comments
 (0)