Merge pull request #811 from harmony-one/rj_cello

Fix lint
pull/813/head
Rongjian Lan 6 years ago committed by GitHub
commit 1f1940ce83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/restclientsupport/main.go
  2. 1
      node/puzzle_contract.go

@ -7,7 +7,7 @@ import (
)
func main() {
s := restclientsupport.New(nil, nil, nil, nil, nil, nil, nil)
s := restclientsupport.New(nil, nil, nil, nil, nil, nil, nil, nil)
s.StartService()
fmt.Println("Server started")
select {}

@ -23,6 +23,7 @@ const (
EndGame = "endGame"
)
// OneEther is one ether
var OneEther = big.NewInt(params.Ether)
// AddPuzzleContract adds the demo puzzle contract the genesis block.

Loading…
Cancel
Save