From c5062bc4c41def1ec7e02a66d41a582e7ab52ed5 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 18 Sep 2018 11:20:43 -0700 Subject: [PATCH] Fixed SSZ link --- ssz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssz/README.md b/ssz/README.md index 338deeb1b..e7deec4fb 100644 --- a/ssz/README.md +++ b/ssz/README.md @@ -10,7 +10,7 @@ described in the [Ethereum 2.1 Spec](https://notes.ethereum.org/s/Syj3QZSxm). There are two primary sources for this spec, and they are presently conflicting: - - The ethereum/beacon_chain reference implementation [simpleserialize.py](https://github.com/ethereum/beacon_chain/blob/master/beacon_chain/utils/simpleserialize.py) file. + - The ethereum/beacon_chain reference implementation [simpleserialize.py](https://github.com/ethereum/beacon_chain/blob/master/ssz/ssz.py) file. - The [py_ssz module](https://github.com/ethereum/research/tree/master/py_ssz) in ethereum/research.