Open
Description
In #6703 the new inbound fee field is added. However, it isn't added directly to the struct, instead the caller must always manually copy the field into the opaque data field, and also must always manually parse it out the other end. We should make this new field uniform with the other TLC fields by adding it directly within the struct. While we're at it, we can also morph it into tlv.OptionalRecord
.
Metadata
Metadata
Assignees
Labels
should be fixed if one has timeImprovements to existing features / behaviourRelated to the fees paid for transactions (both LN and funding/commitment transactions)Changes related to inbound routing feeIssues suitable for developers moderately familiar with the codebase and LNEncoding of messages for the communication between nodes