mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 01:11:32 +00:00
Refactoring barak
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
// (First the command(s) are signed by all validators,
|
||||
// and then it is broadcast).
|
||||
|
||||
func RunProcess(privKey acm.PrivKey, remote string, command btypes.CommandRunProcess) (response btypes.ResponseRunProcess, err error) {
|
||||
func StartProcess(privKey acm.PrivKey, remote string, command btypes.CommandStartProcess) (response btypes.ResponseStartProcess, err error) {
|
||||
nonce, err := GetNonce(remote)
|
||||
if err != nil {
|
||||
return response, err
|
||||
|
Reference in New Issue
Block a user