got rid of Get on Msg interface

This commit is contained in:
Sunny Aggarwal 2018-04-22 15:05:28 -07:00 committed by Christopher Goes
parent ee2800ff6d
commit 754481af2c
No known key found for this signature in database
GPG Key ID: E828D98232D328D3

View File

@ -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")
}