This commit is contained in:
Sunny Aggarwal
2018-07-09 00:35:28 -07:00
parent e894fbe4b6
commit 50ed0fa1ae
25 changed files with 226 additions and 151 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ func (ctx CoreContext) GetFromAddress() (from sdk.Address, err error) {
return nil, errors.Errorf("no key for: %s", name)
}
return info.GetPubKey().Address(), nil
return sdk.Address(info.GetPubKey().Address()), nil
}
// sign and build the transaction from the msg