diff options
author | obscuren <geffobscura@gmail.com> | 2014-01-25 22:57:35 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-01-25 22:57:35 +0800 |
commit | d753eb77ec1e2298a8b386f0ddae5e34d450b805 (patch) | |
tree | 15a24a70c4d01a6d7ac56baa4011e7ac5a88e344 /README.md | |
parent | 42e8930b37ddd89d17a069912a91df13f41df244 (diff) | |
download | go-tangerine-d753eb77ec1e2298a8b386f0ddae5e34d450b805.tar.gz go-tangerine-d753eb77ec1e2298a8b386f0ddae5e34d450b805.tar.zst go-tangerine-d753eb77ec1e2298a8b386f0ddae5e34d450b805.zip |
Removed the last block of the block chain
Added CurrentBlock to block manager
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Ethereum [![Build Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum) -Ethereum Go (c) [0255c7881](https://github.com/ethereum/go-ethereum#copy) +Ethereum Go developer client (c) [0255c7881](https://github.com/ethereum/go-ethereum#copy) A fair warning; Ethereum is not yet to be used in production. There's no test-net and you aren't mining real blocks (just one which is the genesis block). |