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!

Unable to withdraw

dashed-slug.net Forums General discussion Unable to withdraw

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10175
    alexg
    Keymaster

    Dashed_Slug_Wallets_Coin_Adapter_RPC->do_withdraw() failed to send 0.000000 160875.9557 MCC with status=”500″ and error=”value is type str, expected real”

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.