updated documentation
This commit is contained in:
parent
754481af2c
commit
fdb610bea7
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue