Browse Source

fix main compile bug

pull/157/head
Jae Kwon 9 years ago
parent
commit
d51741df72
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmd/tendermint/main.go

+ 1
- 0
cmd/tendermint/main.go View File

@ -4,6 +4,7 @@ import (
"fmt"
"os"
. "github.com/tendermint/tendermint/common"
cfg "github.com/tendermint/tendermint/config"
tmcfg "github.com/tendermint/tendermint/config/tendermint"
"github.com/tendermint/tendermint/node"


Loading…
Cancel
Save