We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30444f commit d35d5e8Copy full SHA for d35d5e8
1 file changed
src/erc7730/convert/calldata/convert_erc7730_v2_input_to_calldata.py
@@ -465,6 +465,7 @@ def _convert_resolved_value(
465
for input_source in input_sources:
466
if input_source.lower() == "local":
467
sources.append(TrustedNameSource.LOCAL_ADDRESS_BOOK)
468
+ sources.append(TrustedNameSource.MULTISIG_ADDRESS_BOOK)
469
if input_source.lower() in set(TrustedNameSource):
470
sources.append(TrustedNameSource(input_source.lower()))
471
0 commit comments