mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Make sure config_mut returns a mutable reference (#5942)
This commit is contained in:
@@ -248,7 +248,7 @@ impl<C: SubstrateCli> Runner<C> {
|
||||
}
|
||||
|
||||
/// Get a mutable reference to the node Configuration
|
||||
pub fn config_mut(&mut self) -> &Configuration {
|
||||
pub fn config_mut(&mut self) -> &mut Configuration {
|
||||
&mut self.config
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user