We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b728b88 commit d72f828Copy full SHA for d72f828
lightning/src/routing/router.rs
@@ -132,13 +132,13 @@ impl Readable for Route {
132
/// The recipient of a payment.
133
pub struct Payee {
134
/// The identifier of the payee.
135
- pub pubkey: PublicKey,
+ pubkey: PublicKey,
136
137
/// Features from the payee's invoice.
138
- pub features: Option<InvoiceFeatures>,
+ features: Option<InvoiceFeatures>,
139
140
/// Hints for routing to the payee.
141
- pub route_hints: Vec<RouteHint>,
+ route_hints: Vec<RouteHint>,
142
}
143
144
impl Payee {
0 commit comments