no faultstring in jsonrpc 2

This commit is contained in:
Alex Grintsvayg 2017-03-23 15:42:40 -04:00
parent 724ad79fcb
commit 2a7a36db15

View file

@ -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
})
});
},