Skip to content

Commit 43ea309

Browse files
committed
lnrpc: update description for RoutingPolicy.CustomRecords
1 parent 9ed32bd commit 43ea309

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

lnrpc/devrpc/dev.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"type": "string",
321321
"format": "byte"
322322
},
323-
"description": "Custom channel update tlv records."
323+
"description": "Custom channel update tlv records. These are customized fields that are\nnot defined by LND and cannot be extracted."
324324
},
325325
"inbound_fee_base_msat": {
326326
"type": "integer",

lnrpc/lightning.pb.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lnrpc/lightning.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3471,7 +3471,8 @@ message RoutingPolicy {
34713471
uint64 max_htlc_msat = 6;
34723472
uint32 last_update = 7;
34733473

3474-
// Custom channel update tlv records.
3474+
// Custom channel update tlv records. These are customized fields that are
3475+
// not defined by LND and cannot be extracted.
34753476
map<uint64, bytes> custom_records = 8;
34763477

34773478
int32 inbound_fee_base_msat = 9;

lnrpc/lightning.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7350,7 +7350,7 @@
73507350
"type": "string",
73517351
"format": "byte"
73527352
},
7353-
"description": "Custom channel update tlv records."
7353+
"description": "Custom channel update tlv records. These are customized fields that are\nnot defined by LND and cannot be extracted."
73547354
},
73557355
"inbound_fee_base_msat": {
73567356
"type": "integer",

0 commit comments

Comments
 (0)