updated documentation

This commit is contained in:
Sunny Aggarwal 2018-04-22 15:16:16 -07:00 committed by Christopher Goes
parent 754481af2c
commit fdb610bea7
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ func NewBaseAccountWithAddress(addr sdk.Address) BaseAccount {
}
}
// Implements sdk.Account.
func (acc BaseAccount) Get(key interface{}) (value interface{}, err error) {
panic("not implemented yet")
}