|
|
@ -3,14 +3,14 @@ package main |
|
|
|
import ( |
|
|
|
"fmt" |
|
|
|
|
|
|
|
"github.com/tendermint/tendermint/types" |
|
|
|
"github.com/tendermint/go-wire" |
|
|
|
"github.com/tendermint/tendermint/types" |
|
|
|
) |
|
|
|
|
|
|
|
func gen_validator() { |
|
|
|
|
|
|
|
privValidator := types.GenPrivValidator() |
|
|
|
privValidatorJSONBytes := wire.JSONBytes(privValidator) |
|
|
|
privValidatorJSONBytes := wire.JSONBytesPretty(privValidator) |
|
|
|
fmt.Printf(`Generated a new validator! |
|
|
|
Paste the following JSON into your %v file |
|
|
|
|
|
|
|