Merge pull request #19 from terenc3t/patch-2

Fixed one more ssz.py broken link
This commit is contained in:
Paul Hauner 2018-09-20 14:48:47 +10:00 committed by GitHub
commit 0866d47cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ return deserialized_list, new_index
The SimpleSerialize is a simple method for serializing objects for use in the The SimpleSerialize is a simple method for serializing objects for use in the
Ethereum beacon chain proposed by Vitalik Buterin. There are currently two Ethereum beacon chain proposed by Vitalik Buterin. There are currently two
implementations denoting the functionality, the [Reference implementations denoting the functionality, the [Reference
Implementation](https://github.com/ethereum/beacon_chain/blob/master/beacon_chain/utils/simpleserialize.py) Implementation](https://github.com/ethereum/beacon_chain/blob/master/ssz/ssz.py)
and the [Module](https://github.com/ethereum/research/tree/master/py_ssz) in and the [Module](https://github.com/ethereum/research/tree/master/py_ssz) in
Ethereum research. It is being developed as a crate for the [**Rust programming Ethereum research. It is being developed as a crate for the [**Rust programming
language**](https://www.rust-lang.org). language**](https://www.rust-lang.org).