remove unneeded ref

This commit is contained in:
Steven Fackler 2021-04-05 19:07:27 -04:00
parent 50fa995cf9
commit c7a8adf2df

View File

@ -309,6 +309,6 @@ impl<'a> Transaction<'a> {
/// Returns a reference to the underlying `Client`.
pub fn client(&self) -> &Client {
&self.client
self.client
}
}