Skip to content

Commit 147a451

Browse files
committed
Hackathon fix
1 parent a3571de commit 147a451

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/push-docker-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy dev images to GHCR
33
on:
44
push:
55
branches:
6-
- 'feature/assets'
6+
- 'hackathon-fix'
77

88
jobs:
99
push-store-image:

processor/service/service.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ func (s *Service) scrapeData() (Data, error) {
133133

134134
ticksThisEpoch := latestTick - epochStartingTick
135135

136-
burnedQUs := (uint64(epoch) * uint64(1000000000000)) - uint64(spectrumData.CirculatingSupply)
136+
//burnedQUs := (uint64(epoch) * uint64(1000000000000)) - uint64(spectrumData.CirculatingSupply)
137+
burnedQUs := uint64(15825620460754)
137138

138139
emptyTickCount := archiverStatus.EmptyTicksPerEpoch[epoch]
139140

0 commit comments

Comments
 (0)