Update Add Fix

Updated dependencies
Added GET_DAY_SUMMARY
Fixed Qortal Lottery enter amount
This commit is contained in:
AlphaX-Projects
2023-10-28 09:08:41 +02:00
parent 1578fb708a
commit eb85ba45ec
5 changed files with 891 additions and 846 deletions

View File

@@ -65,4 +65,7 @@ export const SEND_LOCAL_NOTIFICATION = 'SEND_LOCAL_NOTIFICATION'
export const VOTE_ON_POLL= 'VOTE_ON_POLL'
//CREATE_POLL
export const CREATE_POLL= 'CREATE_POLL'
export const CREATE_POLL= 'CREATE_POLL'
//GET_DAY_SUMMARY
export const GET_DAY_SUMMARY = 'GET_DAY_SUMMARY'

File diff suppressed because it is too large Load Diff

View File

@@ -619,6 +619,7 @@ class QortalLottery extends LitElement {
this.successMessage = ''
this.sendQortLoading = false
this.lotteryAtAddress = dataObj.aTAddress
this.lotteryEnterAmount = dataObj.enter
if (!isNaN(this.lotteryEnterAmount) && !isNaN(parseFloat(this.lotteryEnterAmount))) {
this.lotteryEnterAmount = parseFloat(dataObj.enter)