Skip to content

Commit

Permalink
🔀 Merge pull request #197 from AyakaLab/master
Browse files Browse the repository at this point in the history
🔖 Release 1.0.3
  • Loading branch information
nekomeowww authored Oct 3, 2020
2 parents 5780c9c + 08332e5 commit 812431e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
</p>
<h1 align="center">ArcLight</h1>
<p align="center">An Arweave Music and Podcast Distribution App for users to publish, listen and pay to the encrypted music</p>
<p align="center"><strong>Now 1.0.1 Online</strong></p>
<p align="center"><strong>Now 1.0.2 Online</strong></p>
<p align="center">Great Thanks to ❤️ <a href="https://github.com/LittleSound">@LittleSound</a> ❤️ for contributing this project</p>
<p align="center"><a href="https://arweave.net/_q3p3tTIOv-IoOwfFnqKCAxF58VRIGiYNBs0rN2KKM4">Live Permaweb</a> for ArcLight</p>
<p align="center"><a href="https://arweave.net/xsE5zn8aHninL1lPYF23grHSKmwHCljaauX9UFNfcm4">Live Permaweb</a> for ArcLight</p>
<p align="center">
<img src="https://github.com/AyakaLab/ArcLight/workflows/Node%20Build%20Test/badge.svg" />
<img src="https://github.com/AyakaLab/ArcLight/workflows/Production%20CI%20Build%20Test/badge.svg">
Expand Down
4 changes: 3 additions & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,8 @@ export default new Vuex.Store({
const now = Date.now()

let community = new Community(ar)
community.setCommunityTx(config.community)
const txIsSet = await community.setCommunityTx(config.community)
console.log(txIsSet)

let comTx = ''
try {
Expand All @@ -1144,6 +1145,7 @@ export default new Vuex.Store({
console.log('to community', comTx.id + ': ', comRes)
community = null
} catch (e) {
console.log(e)
community = null
}

Expand Down

0 comments on commit 812431e

Please sign in to comment.