diff --git a/pallas-handshake/src/n2n.rs b/pallas-handshake/src/n2n.rs index 59cdc3a..8e4beda 100644 --- a/pallas-handshake/src/n2n.rs +++ b/pallas-handshake/src/n2n.rs @@ -141,9 +141,9 @@ pub enum Output { #[derive(Debug)] pub struct Client { - state: State, - output: Output, - version_table: VersionTable, + pub state: State, + pub output: Output, + pub version_table: VersionTable, } impl Client {