got rid of Get on Msg interface

This commit is contained in:
Sunny Aggarwal
2018-05-01 00:15:27 +02:00
committed by Christopher Goes
parent ee2800ff6d
commit 754481af2c
-1
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")
}