Skip to content

Commit 06f8d46

Browse files
committed
proto+app: update proto files
1 parent 6879768 commit 06f8d46

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

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

Lines changed: 4 additions & 0 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: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/lnd.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,6 +4544,15 @@ message PolicyUpdateRequest {
45444544
// Optional inbound fee. If unset, the previously set value will be
45454545
// retained [EXPERIMENTAL].
45464546
InboundFee inbound_fee = 10;
4547+
4548+
// Under unknown circumstances a channel can exist with a missing edge in
4549+
// the graph database. This can cause an 'edge not found' error when calling
4550+
// `getchaninfo` and/or cause the default channel policy to be used during
4551+
// forwards. Setting this flag will recreate the edge if not found, allowing
4552+
// updating this channel policy and fixing the missing edge problem for this
4553+
// channel permanently. For fields not set in this command, the default
4554+
// policy will be created.
4555+
bool create_missing_edge = 11;
45474556
}
45484557

45494558
enum UpdateFailure {

0 commit comments

Comments
 (0)