mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +00:00
fix doc (#3162)
This commit is contained in:
committed by
Bastian Köcher
parent
4b7c9929ee
commit
08d1933105
@@ -27,7 +27,7 @@ pub trait StorageHasher: 'static {
|
||||
fn hash(x: &[u8]) -> Self::Output;
|
||||
}
|
||||
|
||||
/// Hash storage keys with `concat(twox128(key), key)`
|
||||
/// Hash storage keys with `concat(twox64(key), key)`
|
||||
pub struct Twox64Concat;
|
||||
impl StorageHasher for Twox64Concat {
|
||||
type Output = Vec<u8>;
|
||||
|
||||
Reference in New Issue
Block a user