Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1426
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Apr 4, 2022
1 parent a5044d3 commit 357fdfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public EncodedPayload decode(final byte[] input) {

// this means there are no recipients in the payload (which we receive when we are a
// participant)
// TODO - not sure this is right
if (!buffer.hasRemaining()) {
return payloadBuilder
.withRecipientKeys(emptyList())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public V2EncodedPayload decode(final byte[] input) {

// this means there are no recipients in the payload (which we receive when we are a
// participant)
// TODO - not sure this is right
if (!buffer.hasRemaining()) {

return V2EncodedPayload.Builder.create()
Expand Down

0 comments on commit 357fdfb

Please sign in to comment.