mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 17:21:01 +00:00
Get chatter between shard and core working
This commit is contained in:
@@ -18,6 +18,12 @@ impl From<Hash> for crate::types::BlockHash {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<crate::types::BlockHash> for Hash {
|
||||
fn from(hash: crate::types::BlockHash) -> Self {
|
||||
Hash(hash.0)
|
||||
}
|
||||
}
|
||||
|
||||
struct HashVisitor;
|
||||
|
||||
impl<'de> Visitor<'de> for HashVisitor {
|
||||
|
||||
Reference in New Issue
Block a user