mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
Kill the light client, CHTs and change tries. (#10080)
* Remove light client, change tries and CHTs * Update tests * fmt * Restore changes_root * Fixed benches * Cargo fmt * fmt * fmt
This commit is contained in:
@@ -69,7 +69,6 @@ struct InnerValue<V> {
|
||||
/// Current value. None if value has been deleted.
|
||||
value: V,
|
||||
/// The set of extrinsic indices where the values has been changed.
|
||||
/// Is filled only if runtime has announced changes trie support.
|
||||
extrinsics: Extrinsics,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user