You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
4
4
## Contents
5
5
-**[`mcr`](./mcr/)**: the `MCR` implementation of `ffs` provided prior to the specification of the `fast-confirmations` and `post-confirmations` protocols. It is maintained for legacy purposes.
6
-
-**[`post-confirmations`](./post-confirmations/)**: the `post-confirmations` sub-protocol implementation for `ffs`.
7
-
-**[`fast-confirmations`](./fast-confirmations/)**: the `fast-confirmations` sub-protocol implementation for `ffs`.
8
-
-**[`ffs`](./ffs/)**: the full `ffs` protocol implementation.
6
+
-**[`pcp`](./pcp/)**: the Postconfirmations sub-protocol implementation for `ffs`.
7
+
-**[`fcp`](./fast-confirmations/)**: the fastconfirmations sub-protocol implementation for `ffs`.
8
+
-**[`ffs`](./ffs/)**: the full `ffs` protocol implementation.
0 commit comments