update glide
This commit is contained in:
+1
-7
@@ -1,16 +1,10 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
||||
crypto "github.com/tendermint/go-crypto"
|
||||
)
|
||||
|
||||
type Address []byte // TODO: cmn.HexBytes
|
||||
|
||||
func (a Address) String() string {
|
||||
return hex.EncodeToString(a)
|
||||
}
|
||||
type Address = crypto.Address
|
||||
|
||||
type Account interface {
|
||||
Address() Address
|
||||
|
||||
Reference in New Issue
Block a user