mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
move revisions file to ~/.tendermint/
This commit is contained in:
+1
-3
@@ -5,14 +5,12 @@ import (
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/signal"
|
||||
"path"
|
||||
"sync"
|
||||
"time"
|
||||
)
|
||||
|
||||
var (
|
||||
GoPath = os.Getenv("GOPATH")
|
||||
TendermintRepo = path.Join(GoPath, "src", "github.com", "tendermint", "tendermint")
|
||||
GoPath = os.Getenv("GOPATH")
|
||||
)
|
||||
|
||||
func TrapSignal(cb func()) {
|
||||
|
||||
Reference in New Issue
Block a user