rpc: set from. Closes #742

This commit is contained in:
obscuren 2015-04-18 02:32:55 +02:00
parent 2c2ddcbf88
commit 89fd752659
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,8 @@ func (args *CallArgs) UnmarshalJSON(b []byte) (err error) {
return NewDecodeParamError(err.Error())
}
args.From = ext.From
if len(ext.To) == 0 {
return NewValidationError("to", "is required")
}