mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 22:31:03 +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.
|
/// *WARNING* can lead to runtime errors if receiving events with unknown types.
|
||||||
pub fn skip_type_sizes_check(mut self) -> Self {
|
pub fn skip_type_sizes_check(mut self) -> Self {
|
||||||
self.skip_type_sizes_check = false;
|
self.skip_type_sizes_check = true;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user