mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
upgrade to latest polkadot (#278)
* upgrade to latest polkadot * ss58 in tests * format * removed unused import
This commit is contained in:
@@ -290,10 +290,6 @@ impl<'a, B: BlockT> Externalities for WitnessExt<'a, B> {
|
||||
self.inner.storage_append(key, value)
|
||||
}
|
||||
|
||||
fn chain_id(&self) -> u64 {
|
||||
42
|
||||
}
|
||||
|
||||
fn storage_root(&mut self) -> Vec<u8> {
|
||||
self.inner.storage_root()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user