Refactoring barak

This commit is contained in:
Jae Kwon
2015-05-21 14:04:38 -07:00
parent 98289b529e
commit c297f41a9f
7 changed files with 342 additions and 149 deletions

View File

@ -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