mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 03:01:52 +01:00
Merge pull request #5247 from joostjager/deprecate-chan-capacity
lnrpc: deprecate route hop channel capacity field
This commit is contained in:
commit
c18f3333d8
2469
lnrpc/rpc.pb.go
2469
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@ -2478,7 +2478,7 @@ message Hop {
|
||||
output index for the channel.
|
||||
*/
|
||||
uint64 chan_id = 1 [jstype = JS_STRING];
|
||||
int64 chan_capacity = 2;
|
||||
int64 chan_capacity = 2 [deprecated = true];
|
||||
int64 amt_to_forward = 3 [deprecated = true];
|
||||
int64 fee = 4 [deprecated = true];
|
||||
uint32 expiry = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user