mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
change alert
This commit is contained in:
parent
4c1e05d1c6
commit
2a9fece347
@ -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",
|
||||
|
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user