Ethan Buchman
2019-01-15 07:55:57 -05:00
committed by Anton Kaliaev
parent fc031d980b
commit d1afa0ed6c
3 changed files with 7 additions and 32 deletions

View File

@ -45,7 +45,7 @@ func main() {
dialer = privval.DialTCPFn(address, connTimeout, ed25519.GenPrivKey())
default:
logger.Error("Unknown protocol", "protocol", protocol)
return
os.Exit(1)
}
rs := privval.NewRemoteSigner(logger, *chainID, pv, dialer)