mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
Fix tests; Update go-merkle API
This commit is contained in:
@@ -17,6 +17,7 @@ func StartApp(tmspApp string) *process.Process {
|
||||
// Start the app
|
||||
//outBuf := NewBufferCloser(nil)
|
||||
proc, err := process.StartProcess("tmsp_app",
|
||||
"",
|
||||
"bash",
|
||||
[]string{"-c", tmspApp},
|
||||
nil,
|
||||
|
||||
Reference in New Issue
Block a user