diff options
Diffstat (limited to 'client/src/lib.rs')
-rw-r--r-- | client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs index f55929a..2af230f 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -82,7 +82,7 @@ impl Session { .json() .await?) } - pub async fn node_extended(&self, id: &str) -> Result<NodePublic> { + pub async fn node_extended(&self, id: &str) -> Result<ExtendedNode> { debug!("downloading extended node {id:?}"); Ok(self .client |