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.
4646
4747#### 1.1. Data preparation stage
4848
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-
5349Given on-chain verification comes with resource constraints, such as the inability to afford 100 MiB of storage or 30 seconds of
5450computation on CKB, the MMR is introduced to address this issue by only saving the MMR root of Bitcoin headers on CKB.
5551
@@ -91,7 +87,6 @@ Here's how it works:
9187> Bitcoin headers do not store the height,
9288> but all heights must be stored on CKB chain for two reasons:
9389> calculating the MMR index and determining block confirmations.
94- > calculate the block confirmations.
9590
9691#### 1.2. Verification stage
9792
You can’t perform that action at this time.
0 commit comments