Fixed minor issue with upnp where 'err' wasn't checked resulting in crash

This commit is contained in:
obscuren
2014-05-01 19:02:35 +02:00
parent da7828f336
commit abb2bebf7f
4 changed files with 9 additions and 125 deletions

View File

@ -12,7 +12,15 @@ For the development package please see the [eth-go package](https://github.com/e
Build
=======
For build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))
To build Ethereal (GUI):
`go get github.com/ethereum/go-ethereum/ethereal`
To build the node (CLI):
`go get github.com/ethereum/go-ethereum/ethereum`
For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))
General command line options
====================