Skip to content

Commit

Permalink
Remove json marshaling TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard committed Sep 19, 2024
1 parent 96fdfc8 commit 18653bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/rollup/keeper/deposits.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
// Persisted data conforms to optimism specs on L1 attributes:
// https://github.com/ethereum-optimism/optimism/blob/develop/specs/deposits.md#l1-attributes-predeployed-contract
func (k *Keeper) setL1BlockInfo(ctx sdk.Context, info derive.L1BlockInfo) error { //nolint:gocritic
// TODO: use binary marshaling instead of json
infoBytes, err := json.Marshal(info)
if err != nil {
return types.WrapError(err, "marshal L1 block info")
Expand Down

0 comments on commit 18653bf

Please sign in to comment.