Merge pull request #5247 from joostjager/deprecate-chan-capacity

lnrpc: deprecate route hop channel capacity field
This commit is contained in:
Olaoluwa Osuntokun 2021-05-19 17:06:15 -07:00 committed by GitHub
commit c18f3333d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1237 additions and 1234 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;