Skip to content

Commit 8a57a33

Browse files
committed
better feedback on receiving a beacon solution over the net
1 parent fce951f commit 8a57a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/randomness-beacon/model/BeaconValueOp.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ class BeaconValueOp extends MutationOp {
120120
return false;
121121
}
122122

123+
BeaconValueOp.log.trace('Successfully received proof for sequence number ' + this.seq + '.');
124+
123125
return true;
124126

125127
}

0 commit comments

Comments
 (0)