Skip to content

Commit

Permalink
undo change in SyncBlockBody
Browse files Browse the repository at this point in the history
  • Loading branch information
pinges committed Feb 25, 2025
1 parent 2702138 commit 044b052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static SyncBlockBody readWrappedBodyFrom(
if (input.nextIsList()) {
transactionBytes.add(input.currentListAsBytesNoCopy(true));
} else {
throw new RuntimeException("Expected a list of transactions. RLP: " + bytesCurrentBody);
transactionBytes.add(input.readBytes());
}
}
input.leaveList();
Expand Down

0 comments on commit 044b052

Please sign in to comment.