From c4fcf12d4f43368774748cab9775d9200be3a6c0 Mon Sep 17 00:00:00 2001 From: Jacob T Firek <106350168+jtfirek@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:18:24 -0500 Subject: [PATCH] Update incorrect documentation in the READ.me (#9538) Update README.md --- crates/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/config/README.md b/crates/config/README.md index 9fcd30ac99dc..0aa2802e3952 100644 --- a/crates/config/README.md +++ b/crates/config/README.md @@ -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".