We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cb1b4 commit 8fd4da8Copy full SHA for 8fd4da8
contracts/ckb-bitcoin-spv-type-lock/README.md
@@ -53,7 +53,7 @@ There are 4 kinds of operations in the Bitcoin SPV type script:
53
54
This operation initiates all necessary cells for a Bitcoin SPV instance in a single transaction.
55
56
- The `outputs` include one SPV info cell and at least one SPV client cell. Cells should be consecutive, with the SPV info cell first,
+ The `outputs` include one SPV info cell and at least three SPV client cell. Cells should be consecutive, with the SPV info cell first,
57
followed by N SPV client cells ordered by their ID from smallest to largest.
58
59
Let's denote the number of SPV client cells as `n`. The structure of this transaction is as follows:
0 commit comments