We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f5353 commit fce951fCopy full SHA for fce951f
examples/randomness-beacon/model/Beacon.ts
@@ -171,7 +171,7 @@ class Beacon extends MutableObject implements SpaceEntryPoint {
171
}
172
173
174
- Beacon.log.debug('Challenge now is "' + this.currentChallenge() + '".');
+ Beacon.log.debug('Challenge now is "' + this.currentChallenge() + '" for beacon position ' + this.currentSeq() + '.');
175
176
177
0 commit comments