Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
szg251 committed Nov 7, 2024
1 parent c21d9ec commit 1210948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion plutus-ledger-api/src/aux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub(crate) fn guard_bytes(
}

/// Nom parser for BigInt
/// Expects an arbitrary length integer, optionally signed
/// Expects an arbitrary length decimal integer, optionally signed
pub(crate) fn big_int(i: &str) -> IResult<&str, BigInt, VerboseError<&str>> {
map_res(
recognize(tuple((opt(alt((char('-'), char('+')))), many1(digit1)))),
Expand Down
7 changes: 0 additions & 7 deletions plutus-ledger-api/tests/display.proptest-regressions

This file was deleted.

0 comments on commit 1210948

Please sign in to comment.