We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a77cd + 62e6a70 commit 549076dCopy full SHA for 549076d
tests/data
tests/src/contracts/ckb_bitcoin_spv_type_lock/reorg.rs
@@ -27,6 +27,19 @@ fn normal_case_1() {
27
test_normal(case);
28
}
29
30
+#[test]
31
+fn normal_case_2() {
32
+ let case = NormalCase {
33
+ headers_path: "case-0822528_0830592",
34
+ start_height: 828576,
35
+ stale_height: 829613,
36
+ clients_count: 20,
37
+ stale_client_id: 1,
38
+ reorg_clients_count: 12,
39
+ };
40
+ test_normal(case);
41
+}
42
+
43
struct NormalCase<'a> {
44
headers_path: &'a str,
45
start_height: u32,
0 commit comments