mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-28 18:54:33 +01:00
lnrpc: add max_htlc to RoutingPolicy
This commit is contained in:
1127
lnrpc/rpc.pb.go
1127
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@@ -1597,6 +1597,7 @@ message RoutingPolicy {
|
||||
int64 fee_base_msat = 3 [json_name = "fee_base_msat"];
|
||||
int64 fee_rate_milli_msat = 4 [json_name = "fee_rate_milli_msat"];
|
||||
bool disabled = 5 [json_name = "disabled"];
|
||||
uint64 max_htlc = 6 [json_name = "max_htlc"];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -2815,6 +2815,10 @@
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"format": "boolean"
|
||||
},
|
||||
"max_htlc": {
|
||||
"type": "string",
|
||||
"format": "uint64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user