mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-07 06:32:02 +03:00
merge logs together
This commit is contained in:
parent
fe011ee57f
commit
835e52c35f
@ -513,7 +513,7 @@ const _vote = async (currentAccount, pin, author, permlink, weight) => {
|
||||
resolve(result);
|
||||
})
|
||||
.catch((err) => {
|
||||
alert(jsonStringify(err), jsonStringify(args), privateKey);
|
||||
alert(jsonStringify(err) + jsonStringify(args) + privateKey);
|
||||
if (get(err, 'jse_info.code') === 4030100) {
|
||||
err.message = getDsteemDateErrorMessage(err);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user