remove unneeded ref
This commit is contained in:
parent
50fa995cf9
commit
c7a8adf2df
@ -309,6 +309,6 @@ impl<'a> Transaction<'a> {
|
||||
|
||||
/// Returns a reference to the underlying `Client`.
|
||||
pub fn client(&self) -> &Client {
|
||||
&self.client
|
||||
self.client
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user