Skip to content

Commit

Permalink
fix getter_signature for InterfaceT
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed May 1, 2024
1 parent f5626e4 commit 85caf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/types/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_type_member(self, attr, node):

@property
def getter_signature(self):
return (), AddressT()
return (), self

@property
def abi_type(self) -> ABIType:
Expand Down

0 comments on commit 85caf0d

Please sign in to comment.