mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
This reverts commit 5f637c510e.
This commit is contained in:
committed by
GitHub
parent
d13d0d4f07
commit
d711673ee2
@@ -130,7 +130,7 @@ pub(crate) fn impl_builder(info: &OverseerInfo) -> proc_macro2::TokenStream {
|
||||
&mut self.handle
|
||||
}
|
||||
/// Obtain access to the overseer handle.
|
||||
pub fn as_handle(&self) -> &#handle {
|
||||
pub fn as_handle(&mut self) -> &#handle {
|
||||
&self.handle
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user