File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 " >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments