mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Make parameter types implementation more flexible (#3112)
* Make parameter types implementation more flexible * Bump `impl_version`
This commit is contained in:
committed by
Gavin Wood
parent
9ee79d5c5e
commit
c42d73d302
@@ -543,7 +543,6 @@ mod tests {
|
||||
// old uncles can't get in.
|
||||
{
|
||||
assert_eq!(System::block_number(), 8);
|
||||
assert_eq!(<Test as Trait>::UncleGenerations::get(), 5);
|
||||
|
||||
let gen_2 = seal_header(
|
||||
create_header(2, canon_chain.canon_hash(1), [3; 32].into()),
|
||||
|
||||
Reference in New Issue
Block a user