Skip to content

Commit b01c8d4

Browse files
authored
Update Design.md
1 parent e9a4dd1 commit b01c8d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/Design.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
5349
Given on-chain verification comes with resource constraints, such as the inability to afford 100 MiB of storage or 30 seconds of
5450
computation 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

0 commit comments

Comments
 (0)