Skip to content

Commit 4a8ec3b

Browse files
authored
Update contracts/epochs/FlowDKG.cdc
1 parent 6a26a50 commit 4a8ec3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/epochs/FlowDKG.cdc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ access(all) contract FlowDKG {
348348

349349
/// Posts a whiteboard message to the contract
350350
access(all) fun postMessage(_ content: String) {
351-
// TODO: DKG enabled?
352351
pre {
353352
FlowDKG.participantIsRegistered(self.nodeID):
354353
"FlowDKG.Participant.postMessage: Cannot post whiteboard message. Sender (node ID: "

0 commit comments

Comments
 (0)