mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +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-patch": "npm version patch --no-git-tag-version",
|
||||||
"bump-minor": "npm version minor --no-git-tag-version",
|
"bump-minor": "npm version minor --no-git-tag-version",
|
||||||
"bump-major": "npm version major --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": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.5.5",
|
"@babel/runtime": "^7.5.5",
|
||||||
|
@ -712,7 +712,7 @@ const _vote = (currentAccount, pin, author, permlink, weight) => {
|
|||||||
client.broadcast
|
client.broadcast
|
||||||
.sendOperations(args, privateKey)
|
.sendOperations(args, privateKey)
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
Alert.alert('dhive transaction id: ' + result.id);
|
Alert.alert('dhive transaction id: ' + JSON.stringify(result));
|
||||||
resolve(result);
|
resolve(result);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user