We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840e7b5 commit a106d3fCopy full SHA for a106d3f
contracts/ckb-bitcoin-spv-type-lock/README.md
@@ -107,6 +107,8 @@ There are 4 kinds of operations in the Bitcoin SPV type script:
107
108
- **Update**
109
110
+ After creation, the `n` client cells should have same data.
111
+
112
The SPV client cell which ID matches the `tip_client_id` of the SPV info cell contains the most recent data, the SPV client cell next
113
in the sequence after the `tip_client_id` of the info cell holds the oldest data. This sequence arrangement of cells forms a ring
114
where after the last cell (`ID = n-1`), it wraps around back to the first cell (`ID = 0`).
0 commit comments