Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d2cb41

Browse files
authored
Merge pull request#375 from liquid-8/dev
fix p2.5
2 parentse88e253 +00acbe4 commit0d2cb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎uniswap/uniswap4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_price(
156156
try:
157157
price=int(self.w3.eth.call(signed_txn))
158158
exceptContractLogicErrorasrevert:
159-
price=int(self.w3.codec.decode(["int128[]","uint160","uint32"],bytes(revert.data))[1])
159+
price=int(self.w3.codec.decode(["int128[]","uint160","uint32"],bytes(revert.data))[1])# type: ignore
160160
returnprice
161161

162162
defget_slot0(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp