Skip to content

Commit

Permalink
Fix in CallToSignatureFromSHA3
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed May 8, 2024
1 parent 6bc1fde commit fc7439c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clientlib/memory_modeling/clienthelpers.dl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CallToSignatureFromSHA3(call, sigText):-
CALLWithPossibleSigHashFromSHA3(call, sha3),
SHA3_KnownContent(sha3, hexContent),
strlen(hexContent) % 2 = 0,
!contains("0a", hexContent), // filter out entries with '\n'
sigText = @hex_to_str(hexContent).

/**
Expand Down

0 comments on commit fc7439c

Please sign in to comment.