Skip to content

Commit 71ad540

Browse files
committed
chore: fix sendToCosmos
1 parent a65f33f commit 71ad540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/sendtocosmos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def sendToInjective(self, ethereum_endpoint: str, private_key: str, token_contra
4141
destination,
4242
amount_to_send,
4343
data
44-
).estimateGas({'from': sender_address_checksum})
44+
).estimate_gas({'from': sender_address_checksum})
4545

4646
transaction_body = {
4747
'nonce': nonce,

0 commit comments

Comments
 (0)