change alert

This commit is contained in:
feruz 2021-08-11 07:28:28 +03:00
parent 4c1e05d1c6
commit 2a9fece347
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"bump-patch": "npm version patch --no-git-tag-version",
"bump-minor": "npm version minor --no-git-tag-version",
"bump-major": "npm version major --no-git-tag-version",
"postinstall": "rn-nodeify --install --hack --yarn && cd ios && pod install"
"postinstall": "node_modules/.bin/rn-nodeify --install --hack --yarn && cd ios && pod install"
},
"dependencies": {
"@babel/runtime": "^7.5.5",

View File

@ -712,7 +712,7 @@ const _vote = (currentAccount, pin, author, permlink, weight) => {
client.broadcast
.sendOperations(args, privateKey)
.then((result) => {
Alert.alert('dhive transaction id: ' + result.id);
Alert.alert('dhive transaction id: ' + JSON.stringify(result));
resolve(result);
})
.catch((err) => {