Skip to content

Commit

Permalink
make encodeSingleSetCode public again
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
  • Loading branch information
daniellehrner committed Jul 16, 2024
1 parent 5eac657 commit 6a56ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void encodeSingleSetCodeWithoutSignature(
rlpOutput.endList();
}

private static void encodeSingleSetCode(
public static void encodeSingleSetCode(
final SetCodeAuthorization payload, final RLPOutput rlpOutput) {
rlpOutput.startList();
encodeAuthorizationDetails(payload, rlpOutput);
Expand Down

0 comments on commit 6a56ff8

Please sign in to comment.