Skip to content

Commit 08332e5

Browse files
authored
🔀 Merge pull request #196 from AyakaLab/nekomeowww/dev
🐛 Fixed community get holder issue
2 parents 7d28caf + 023284e commit 08332e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/store/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,8 @@ export default new Vuex.Store({
11181118
const now = Date.now()
11191119

11201120
let community = new Community(ar)
1121-
community.setCommunityTx(config.community)
1121+
const txIsSet = await community.setCommunityTx(config.community)
1122+
console.log(txIsSet)
11221123

11231124
let comTx = ''
11241125
try {
@@ -1144,6 +1145,7 @@ export default new Vuex.Store({
11441145
console.log('to community', comTx.id + ': ', comRes)
11451146
community = null
11461147
} catch (e) {
1148+
console.log(e)
11471149
community = null
11481150
}
11491151

0 commit comments

Comments
 (0)