commit
f86a2ced06
@ -55,7 +55,7 @@ Here is an example of the response:
|
|||||||
t1aswwvjsae63tcrniz6x5ykvsuotlgkvlulnqpsi
|
t1aswwvjsae63tcrniz6x5ykvsuotlgkvlulnqpsi
|
||||||
```
|
```
|
||||||
|
|
||||||
- Visit the [faucet](https://facuet.testnet.filecoin.io) to add funds.
|
- Visit the [faucet](https://faucet.testnet.filecoin.io) to add funds.
|
||||||
- Paste the address you created.
|
- Paste the address you created.
|
||||||
- Press the send button.
|
- Press the send button.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ lotus wallet new bls
|
|||||||
|
|
||||||
With your wallet address:
|
With your wallet address:
|
||||||
|
|
||||||
- Visit the [faucet](https://facuet.testnet.filecoin.io)
|
- Visit the [faucet](https://faucet.testnet.filecoin.io)
|
||||||
- Click "Create Miner"
|
- Click "Create Miner"
|
||||||
- DO NOT REFRESH THE PAGE. THIS OPERATION CAN TAKE SOME TIME.
|
- DO NOT REFRESH THE PAGE. THIS OPERATION CAN TAKE SOME TIME.
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ func (hs *Service) HandleStream(s inet.Stream) {
|
|||||||
|
|
||||||
var hmsg HelloMessage
|
var hmsg HelloMessage
|
||||||
if err := cborutil.ReadCborRPC(s, &hmsg); err != nil {
|
if err := cborutil.ReadCborRPC(s, &hmsg); err != nil {
|
||||||
log.Infow("failed to read hello message, diconnecting", "error", err)
|
log.Infow("failed to read hello message, disconnecting", "error", err)
|
||||||
s.Conn().Close()
|
s.Conn().Close()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user