no faultstring in jsonrpc 2
This commit is contained in:
parent
724ad79fcb
commit
2a7a36db15
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ var SendToAddressSection = React.createClass({
|
|||
}
|
||||
}, (error) => {
|
||||
this.setState({
|
||||
results: "Something went wrong: " + error.faultString + " " + error.faultCode
|
||||
results: "Something went wrong: " + error.message
|
||||
})
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue