File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ Let’s break down the entire problem into two smaller, independent steps.
46
46
47
47
#### 1.1. Data preparation stage
48
48
49
- Since we want to do on-chain verification, so the resources are limited, for
50
- example, we couldn't afford 100 MiB storage or 30 seconds expensive
51
- computation, on CKB.
52
-
53
49
Given on-chain verification comes with resource constraints, such as the inability to afford 100 MiB of storage or 30 seconds of
54
50
computation on CKB, the MMR is introduced to address this issue by only saving the MMR root of Bitcoin headers on CKB.
55
51
@@ -91,7 +87,6 @@ Here's how it works:
91
87
> Bitcoin headers do not store the height,
92
88
> but all heights must be stored on CKB chain for two reasons:
93
89
> calculating the MMR index and determining block confirmations.
94
- > calculate the block confirmations.
95
90
96
91
#### 1.2. Verification stage
97
92
You can’t perform that action at this time.
0 commit comments