Skip to content

Commit

Permalink
Update incorrect documentation in the READ.me (#9538)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jtfirek authored Dec 11, 2024
1 parent 59f354c commit c4fcf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ use_literal_content = false
# use ipfs method to generate the metadata hash, solc's default.
# To not include the metadata hash, to allow for deterministic code: https://docs.soliditylang.org/en/latest/metadata.html, use "none"
bytecode_hash = "ipfs"
# Whether to append the metadata hash to the bytecode
# Whether to append the CBOR-encoded metadata file.
cbor_metadata = true
# How to treat revert (and require) reason strings.
# Possible values are: "default", "strip", "debug" and "verboseDebug".
Expand Down

0 comments on commit c4fcf12

Please sign in to comment.