diff --git a/README.md b/README.md index 98d0cc4d..6ceab29f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@

ArcLight

An Arweave Music and Podcast Distribution App for users to publish, listen and pay to the encrypted music

-

Now 1.0.1 Online

+

Now 1.0.2 Online

Great Thanks to ❤️ @LittleSound ❤️ for contributing this project

-

Live Permaweb for ArcLight

+

Live Permaweb for ArcLight

diff --git a/src/store/index.js b/src/store/index.js index 28fa835f..ba1b3f95 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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 { @@ -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 }