mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
e7a27a31b1
Remove the requirement on `GetNodeBlockType` and `GetRuntimeBlockType`. Actually this wasn't already used anymore and only referenced in tests.
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
error[E0046]: not all trait items implemented, missing: `test3`
|
|
--> tests/ui/missing_versioned_method.rs:18:2
|
|
|
|
|
12 | fn test3();
|
|
| ----------- `test3` from trait
|
|
...
|
|
18 | impl self::Api<Block> for Runtime {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `test3` in implementation
|