got rid of Get on Msg interface
This commit is contained in:
parent
ee2800ff6d
commit
754481af2c
@ -30,7 +30,6 @@ 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
Block a user