update glide

This commit is contained in:
Ethan Buchman
2018-01-06 16:07:54 -05:00
parent 85eb58b7c1
commit 3235b2d647
4 changed files with 31 additions and 109 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ import (
// AppAccount - coin account structure
type AppAccount struct {
Address_ types.Address `json:"address"`
Coins types.Coins `json:"coins"`
PubKey_ crypto.PubKey `json:"public_key"` // can't conflict with PubKey()
Sequence int64 `json:"sequence"`
Address_ crypto.Address `json:"address"`
Coins types.Coins `json:"coins"`
PubKey_ crypto.PubKey `json:"public_key"` // can't conflict with PubKey()
Sequence int64 `json:"sequence"`
}
// Implements auth.Account