tendermint2

This commit is contained in:
Ethan Buchman
2015-03-31 15:33:31 -07:00
parent e6c352dba0
commit 60f166e823
96 changed files with 260 additions and 260 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package main
import (
"fmt"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
)
func gen_account() {
+6 -6
View File
@@ -8,12 +8,12 @@ import (
"os"
"strconv"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
dbm "github.com/tendermint/tendermint/db"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
dbm "github.com/tendermint/tendermint2/db"
sm "github.com/tendermint/tendermint2/state"
"github.com/tendermint/tendermint2/types"
)
func getString(prompt string) string {
+3 -3
View File
@@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/tendermint/tendermint/binary"
"github.com/tendermint/tendermint/config"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint2/binary"
"github.com/tendermint/tendermint2/config"
sm "github.com/tendermint/tendermint2/state"
)
func gen_validator() {
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/tendermint/tendermint/logger"
"github.com/tendermint/tendermint2/logger"
)
var log = logger.New("module", "main")
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"fmt"
"os"
"github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/daemon"
"github.com/tendermint/tendermint2/config"
"github.com/tendermint/tendermint2/daemon"
)
func main() {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/tendermint/tendermint/p2p/upnp"
"github.com/tendermint/tendermint2/p2p/upnp"
)
func probe_upnp() {