Skip to content

Commit d35d5e8

Browse files
fix: add multisig_address_book source to v2 calldata local address resolution (#273)
Co-authored-by: Frédéric Samier <frederic.samier@ledger.fr>
1 parent a30444f commit d35d5e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/erc7730/convert/calldata/convert_erc7730_v2_input_to_calldata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ def _convert_resolved_value(
465465
for input_source in input_sources:
466466
if input_source.lower() == "local":
467467
sources.append(TrustedNameSource.LOCAL_ADDRESS_BOOK)
468+
sources.append(TrustedNameSource.MULTISIG_ADDRESS_BOOK)
468469
if input_source.lower() in set(TrustedNameSource):
469470
sources.append(TrustedNameSource(input_source.lower()))
470471

0 commit comments

Comments
 (0)