rpc: set from. Closes #742
This commit is contained in:
parent
2c2ddcbf88
commit
89fd752659
@ -279,6 +279,8 @@ func (args *CallArgs) UnmarshalJSON(b []byte) (err error) {
|
|||||||
return NewDecodeParamError(err.Error())
|
return NewDecodeParamError(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
args.From = ext.From
|
||||||
|
|
||||||
if len(ext.To) == 0 {
|
if len(ext.To) == 0 {
|
||||||
return NewValidationError("to", "is required")
|
return NewValidationError("to", "is required")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user