Skip to content

Commit

Permalink
Fix DTM rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwadon committed Mar 7, 2022
1 parent 35c6ca9 commit 6967550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/constellation/rewards/DTM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trait DTM {
object DTM extends DTM {
private final val address: String = "DAG4j2r35SDa15iKbjmujcmWbscmjjmqpwAjmz6m"
private final val avgSnapshotsPerMonth = 43110
private final val monthly: Double = 50000000000000d // Normalized
private final val monthly: Double = 500000d

private final val perSnapshot = monthly / avgSnapshotsPerMonth

Expand Down

0 comments on commit 6967550

Please sign in to comment.