You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let result = BlockchainError::QueryFailed("RPC error: Error { code: InvalidParams, message: \"query exceeds max block range 100000\", data: None }".to_string());
1761
+
let subject = BlockchainBridge::new(
1762
+
Box::new(BlockchainInterfaceMock::default()),
1763
+
Box::new(PersistentConfigurationMock::default()),
1764
+
false,
1765
+
);
1766
+
let max_block_count = subject.extract_max_block_count(result);
0 commit comments