Make `Payee::pubkey` pub.
[rust-lightning] / lightning / src / routing / router.rs
index 4d1deb61d2520e57608a7bea52c43c628d848950..099661bb7f7347429534cfd86903950a2df10550 100644 (file)
@@ -156,7 +156,7 @@ impl_writeable_tlv_based!(PaymentPathRetry, {
 #[derive(Clone, Debug)]
 pub struct Payee {
        /// The node id of the payee.
-       pubkey: PublicKey,
+       pub pubkey: PublicKey,
 
        /// Features supported by the payee.
        ///