update package name

This commit is contained in:
Jae Kwon
2015-10-25 13:45:13 -07:00
parent fcdea621bf
commit 31a456c8d4
4 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package account
package crypto
import (
"github.com/tendermint/ed25519"

View File

@@ -1,14 +1,13 @@
package account
package crypto
import (
"bytes"
"github.com/tendermint/ed25519"
"github.com/tendermint/ed25519/extra25519"
"golang.org/x/crypto/ripemd160"
"github.com/tendermint/go-wire"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-wire"
"golang.org/x/crypto/ripemd160"
)
// PubKey is part of Account and Validator.

View File

@@ -1,10 +1,10 @@
package account
package crypto
import (
"fmt"
"github.com/tendermint/go-wire"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-wire"
)
// Signature is a part of Txs and consensus Votes.

View File

@@ -1,4 +1,4 @@
package account
package crypto
import (
"bytes"