privval/grpc: normalize signature (#8441)

This commit is contained in:
Sam Kleinman
2022-04-29 10:56:10 -04:00
committed by GitHub
parent eee19e42db
commit 89196596f7
5 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ func startSigner(ctx context.Context, logger log.Logger, cfg *Config) error {
if err != nil {
return err
}
ss := grpcprivval.NewSignerServer(cfg.ChainID, filePV, logger)
ss := grpcprivval.NewSignerServer(logger, cfg.ChainID, filePV)
s := grpc.NewServer()