mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
Fix type sizes check (#235)
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ impl<T: Runtime> ClientBuilder<T> {
|
||||
///
|
||||
/// *WARNING* can lead to runtime errors if receiving events with unknown types.
|
||||
pub fn skip_type_sizes_check(mut self) -> Self {
|
||||
self.skip_type_sizes_check = false;
|
||||
self.skip_type_sizes_check = true;
|
||||
self
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user