Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
learnforpractice committed Jun 16, 2023
2 parents a38f5b4 + 777e7e3 commit f1a6c65
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 f1a6c65

Please sign in to comment.