mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Set uncles inherent (#3317)
* Include uncles * Filter missing uncles * Moved inherent registration to a new crate * Ignore invalid inherent encoding
This commit is contained in:
@@ -115,7 +115,7 @@ pub use crate::client::{
|
||||
new_in_mem,
|
||||
BlockBody, BlockStatus, ImportNotifications, FinalityNotifications, BlockchainEvents,
|
||||
BlockImportNotification, Client, ClientInfo, ExecutionStrategies, FinalityNotification,
|
||||
LongestChain, BlockOf,
|
||||
LongestChain, BlockOf, ProvideUncles,
|
||||
utils,
|
||||
};
|
||||
#[cfg(feature = "std")]
|
||||
|
||||
Reference in New Issue
Block a user