Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide committed Nov 29, 2024
1 parent fdedf10 commit 4ebb84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/blocks/blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (b *Blocks) handleGetBlock(w http.ResponseWriter, req *http.Request) error
return err
}
return utils.WriteJSON(w, &JSONRawBlockSummary{
fmt.Sprintf("0x%s", hex.EncodeToString(rlpEncodedSummary)),
fmt.Sprintf("0x%s", hex.EncodeToString(rlpEncoded)),
})
}

Expand Down

0 comments on commit 4ebb84a

Please sign in to comment.