Fix cmd and lite

This commit is contained in:
Jae Kwon
2018-04-05 22:05:30 -07:00
parent 3ca5292dc9
commit 32e1d195a0
12 changed files with 97 additions and 55 deletions

View File

@@ -30,7 +30,7 @@ func main() {
"privPath", *privValPath,
)
privVal := priv_val.LoadPrivValidatorJSON(*privValPath)
privVal := priv_val.LoadFilePV(*privValPath)
rs := priv_val.NewRemoteSigner(
logger,