mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 07:27:55 +00:00
sp-api: Remove requirement on Get*BlockType (#14299)
Remove the requirement on `GetNodeBlockType` and `GetRuntimeBlockType`. Actually this wasn't already used anymore and only referenced in tests.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
error[E0046]: not all trait items implemented, missing: `test3`
|
||||
--> tests/ui/missing_versioned_method.rs:21:2
|
||||
--> tests/ui/missing_versioned_method.rs:18:2
|
||||
|
|
||||
15 | fn test3();
|
||||
12 | fn test3();
|
||||
| ----------- `test3` from trait
|
||||
...
|
||||
21 | impl self::Api<Block> for Runtime {
|
||||
18 | impl self::Api<Block> for Runtime {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `test3` in implementation
|
||||
|
||||
Reference in New Issue
Block a user