Skip to content

Commit

Permalink
reworded documentation to be less esoteric
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed May 24, 2022
1 parent f4ac00d commit 997edc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/http_solver/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub struct InteractionData {
/// Module to allow for backwards compatibility with the HTTP solver API.
///
/// Specifically, the HTTP solver API used to expect calldata as a JSON array of
/// numbers in the range `[0, 256)`. This changed to allow `0x-` prefixed hex
/// integers that fit in a `u8`. This changed to allow `0x-` prefixed hex
/// strings to be more consistent with how bytes are typically represented in
/// Ethereum-related APIs. This module implements JSON deserialization that
/// accepts either format.
Expand Down

0 comments on commit 997edc0

Please sign in to comment.