Fix lint
@ -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.