Skip to content

Commit b09453c

Browse files
committed
rename contract register to register_contract_name
1 parent ebbf8bf commit b09453c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convex_api/contract.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ def deploy(self, account, text=None, filename=None, name=None, owner_account=Non
9595
self._convex.registry.register(name, address, owner_account)
9696
return address
9797

98-
def register(self, name, address, account):
98+
def register_contract_name(self, name, address, account):
9999
"""
100100
101101
Register a contract address with a resolvable name. This name can be used on the Convex network to resolve
102-
to the address.
102+
to the contract address.
103103
104104
:param str name: Name to register.
105105

0 commit comments

Comments
 (0)