Skip to content

Commit

Permalink
removed a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Nov 11, 2023
1 parent b71b19f commit 3cfcc7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static byte[] encode(final RawPrivateTransaction rawTransaction, final lo
private static byte[] encode(
final RawPrivateTransaction privateTransaction,
final Sign.SignatureData signatureData) {
// final List<RlpType> values = asRlpValues(rawTransaction, signatureData);
final List<RlpType> values =
privateTransaction.getPrivateTransaction().asRlpValues(signatureData);
final RlpList rlpList = new RlpList(values);
Expand Down

0 comments on commit 3cfcc7a

Please sign in to comment.