Skip to content

Commit f1a6c65

Browse files
Merge branch 'main' of https://github.com/learnforpractice/mixin-python into main
2 parents a38f5b4 + 777e7e3 commit f1a6c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysrc/mixin_bot_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ async def withdrawals(self, address_id, amount, memo, trace_id=""):
438438

439439
}
440440

441-
return await self.__genNetworkPostRequest('/withdrawals/', body)
441+
return await self.__genNetworkPostRequest('/withdrawals', body)
442442

443443
async def create_address(self, asset_id, public_key = "", label = "", account_name = "", account_tag = ""):
444444
"""

0 commit comments

Comments
 (0)