Skip to content

Commit

Permalink
Update src/halmos/calldata.py
Browse files Browse the repository at this point in the history
Co-authored-by: karmacoma <[email protected]>
  • Loading branch information
daejunpark and karmacoma-eth authored Dec 7, 2024
1 parent 84ecabc commit 96eaecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/calldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_dyn_sizes(self, name: str, typ: Type) -> tuple[list[int], BitVecRef]:
else self.args.default_bytes_lengths # bytes or string
)
debug_once(
f"Warning: no size provided for {name}; default value {sizes} will be used."
f"no size provided for {name}; default value {sizes} will be used."
)

size_var = BitVec(f"p_{name}_length_{uid()}_{self.new_symbol_id():>02}", 256)
Expand Down

0 comments on commit 96eaecc

Please sign in to comment.