Skip to content

Commit a106d3f

Browse files
authored
Update README.md
1 parent 840e7b5 commit a106d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/ckb-bitcoin-spv-type-lock/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ There are 4 kinds of operations in the Bitcoin SPV type script:
107107

108108
- **Update**
109109

110+
After creation, the `n` client cells should have same data.
111+
110112
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
111113
in the sequence after the `tip_client_id` of the info cell holds the oldest data. This sequence arrangement of cells forms a ring
112114
where after the last cell (`ID = n-1`), it wraps around back to the first cell (`ID = 0`).

0 commit comments

Comments
 (0)