mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Fix warnings and make CI working again (#4469)
* Fix warnings and make CI working again * Fix test
This commit is contained in:
committed by
Arkadiy Paronyan
parent
7d4c6354df
commit
bfad5f3ffc
@@ -693,7 +693,7 @@ mod tests {
|
||||
&self,
|
||||
_: &BlockId<Block>,
|
||||
_: ExecutionContext,
|
||||
_: Option<(Block)>,
|
||||
_: Option<Block>,
|
||||
_: Vec<u8>,
|
||||
) -> std::result::Result<NativeOrEncoded<()>, sp_blockchain::Error> {
|
||||
unimplemented!("Not required for testing!")
|
||||
|
||||
Reference in New Issue
Block a user