Skip to content

Commit

Permalink
Merge pull request #5 from leonardoli2022/patch-1
Browse files Browse the repository at this point in the history
Call withdrawals API without trailing slash
  • Loading branch information
learnforpractice committed Jun 14, 2023
2 parents 31300a1 + 93236cc commit 777e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysrc/mixin_bot_api.py
Expand Up @@ -438,7 +438,7 @@ async def withdrawals(self, address_id, amount, memo, trace_id=""):

}

return await self.__genNetworkPostRequest('/withdrawals/', body)
return await self.__genNetworkPostRequest('/withdrawals', body)

async def create_address(self, asset_id, public_key = "", label = "", account_name = "", account_tag = ""):
"""
Expand Down

0 comments on commit 777e7e3

Please sign in to comment.