bitstamp icon indicating copy to clipboard operation
bitstamp copied to clipboard

Upgrading with new withdrawals methods

Open iboxgithub opened this issue 7 years ago • 1 comments

Hi Mike,

I would like to prepare a pull request to add withdrawal requests (like eth) but I don't know how to locally update my package. I use your package as a base then

  • in node_modules I update the code by adding functions (like eth_withdrawal)
  • cd /node_modules
  • run "npm install"
  • test my code (I deploy on Firebase Functions)

And the issue I have is that the new functions (like eth_withdrawal) are not recognized ("eth_withdrawal is not a function")

Do you have an idea?

Sorry for tagging this as an issue I don't know how to open a simple question on your repo :(

iboxgithub avatar Apr 27 '18 23:04 iboxgithub

Hey @iboxgithub sorry for the late reply. If this is still an issue can you please post your updated code somewhere?

askmike avatar Jul 27 '18 07:07 askmike