Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1427
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla committed Apr 4, 2022
1 parent 9e304f3 commit 9d6e684
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public ResendManagerImpl(
this.payloadDigest = payloadDigest;
}

// TODO: synchronize based on messagehash, so different message don't lock each other
public synchronized void acceptOwnMessage(final EncodedPayload payload) {
// check the payload can be decrypted to ensure it isn't rubbish being sent to us
final byte[] newDecrypted;
Expand Down

0 comments on commit 9d6e684

Please sign in to comment.