mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
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) => {
|
}, (error) => {
|
||||||
this.setState({
|
this.setState({
|
||||||
results: "Something went wrong: " + error.faultString + " " + error.faultCode
|
results: "Something went wrong: " + error.message
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue