Skip to content

Commit

Permalink
fixup! add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed May 13, 2024
1 parent 66c3fe7 commit 4ca92cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/spark.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ export default class Spark {

async submitMeasurement (task, stats) {
console.log('Submitting measurement...')
// Workaround until there is a new zinnia binary with the following fix:
// https://github.com/filecoin-station/zinnia/pull/538
let participantAddress = Zinnia.walletAddress
if (participantAddress === 't1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za') {
participantAddress = '0x000000000000000000000000000000000000dEaD'
Expand Down

0 comments on commit 4ca92cc

Please sign in to comment.