mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Convert all UK spelling to US (#2138)
* all the ise * forgot a misspelling * a few more replacements * bump impl * rollback and fixes * bump impl again * Add aliases for RPC * Update on_demand.rs
This commit is contained in:
@@ -297,7 +297,7 @@ pub trait ExternTrieCrypto {
|
||||
fn enumerated_trie_root(values: &[&[u8]]) -> [u8; 32];
|
||||
}
|
||||
|
||||
// Ensures we use a Blake2_256-flavoured Hasher when calling into native
|
||||
// Ensures we use a Blake2_256-flavored Hasher when calling into native
|
||||
impl ExternTrieCrypto for Blake2Hasher {
|
||||
fn enumerated_trie_root(values: &[&[u8]]) -> [u8; 32] {
|
||||
let lengths = values.iter().map(|v| (v.len() as u32).to_le()).collect::<Vec<_>>();
|
||||
|
||||
Reference in New Issue
Block a user