Skip to content

Commit 812431e

Browse files
authored
🔀 Merge pull request #197 from AyakaLab/master
🔖 Release 1.0.3
2 parents 5780c9c + 08332e5 commit 812431e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
</p>
44
<h1 align="center">ArcLight</h1>
55
<p align="center">An Arweave Music and Podcast Distribution App for users to publish, listen and pay to the encrypted music</p>
6-
<p align="center"><strong>Now 1.0.1 Online</strong></p>
6+
<p align="center"><strong>Now 1.0.2 Online</strong></p>
77
<p align="center">Great Thanks to ❤️ <a href="https://github.com/LittleSound">@LittleSound</a> ❤️ for contributing this project</p>
8-
<p align="center"><a href="https://arweave.net/_q3p3tTIOv-IoOwfFnqKCAxF58VRIGiYNBs0rN2KKM4">Live Permaweb</a> for ArcLight</p>
8+
<p align="center"><a href="https://arweave.net/xsE5zn8aHninL1lPYF23grHSKmwHCljaauX9UFNfcm4">Live Permaweb</a> for ArcLight</p>
99
<p align="center">
1010
<img src="https://github.com/AyakaLab/ArcLight/workflows/Node%20Build%20Test/badge.svg" />
1111
<img src="https://github.com/AyakaLab/ArcLight/workflows/Production%20CI%20Build%20Test/badge.svg">

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)