Skip to content

Commit

Permalink
refactor: revert comment at PublicKey
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan committed Dec 6, 2023
1 parent bfcca61 commit 0121d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/hedera/hashgraph/sdk/PublicKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static PublicKey fromBytes(byte[] publicKey) {
);
}

// Assume a DER-encoded public key descriptor
// Assume a DER-encoded private key descriptor
return fromBytesDER(publicKey);
}

Expand Down

0 comments on commit 0121d17

Please sign in to comment.