We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d28caf + 023284e commit 08332e5Copy full SHA for 08332e5
src/store/index.js
@@ -1118,7 +1118,8 @@ export default new Vuex.Store({
1118
const now = Date.now()
1119
1120
let community = new Community(ar)
1121
- community.setCommunityTx(config.community)
+ const txIsSet = await community.setCommunityTx(config.community)
1122
+ console.log(txIsSet)
1123
1124
let comTx = ''
1125
try {
@@ -1144,6 +1145,7 @@ export default new Vuex.Store({
1144
1145
console.log('to community', comTx.id + ': ', comRes)
1146
community = null
1147
} catch (e) {
1148
+ console.log(e)
1149
1150
}
1151
0 commit comments