I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Unable to withdraw

dashed-slug.net Forums General discussion Unable to withdraw Reply To: Unable to withdraw

#10183
alexg
Keymaster

Hello,

I have seen this before with various Bitcoin forks.

Some wallets expect a string while others a float. For this reason, the plugin first tries to withdraw first by specifying the amount as a float. If the result code is 500 the plugin retries the withdrawal by issuing the amount as a string. See here:

https://github.com/dashed-slug/wallets/blob/5.0.14/includes/coin-adapter-rpc.php#L507-L547

For some reason this did not work with your MMC wallet.

Please let me know which coin this is (there are several with this ticker symbol). I can then try to reproduce the issue with that wallet and see what the problem is. If you have a github link to the wallet please also provide this, and the commitish or tag or wallet version that you are using.

with regards

Alex