mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 18:11:03 +00:00
reset cache when storage possibly change (fix init of tests). (#9665)
* reset cache when storage possibly change (fix init of tests). * remove backend_storage_mut * fix warn * remove remaining backend_storage_mut
This commit is contained in:
@@ -56,11 +56,6 @@ where
|
||||
self.essence.backend_storage()
|
||||
}
|
||||
|
||||
/// Get backend storage reference.
|
||||
pub fn backend_storage_mut(&mut self) -> &mut S {
|
||||
self.essence.backend_storage_mut()
|
||||
}
|
||||
|
||||
/// Get trie root.
|
||||
pub fn root(&self) -> &H::Out {
|
||||
self.essence.root()
|
||||
|
||||
Reference in New Issue
Block a user