Skip to content

Commit 1518c71

Browse files
committed
OfferDiff bugfix
1 parent 73c231d commit 1518c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytonctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def VoteOffer(args):
823823
def OfferDiff(args):
824824
try:
825825
offerHash = args[0]
826-
offerHash = int(offerHash)
826+
offerHash = offerHash
827827
except:
828828
ColorPrint("{red}Bad args. Usage:{endc} od <offer-hash>")
829829
return

0 commit comments

Comments
 (0)