askmike / bitstamp

Bitstamp REST API wrapper
81 stars 54 forks source link

fix for when miliseconds < 100 #11

Closed anders94 closed 10 years ago

anders94 commented 10 years ago

When milliseconds are below 100, there is no zero padding - this is a quick fix.

philbtc commented 10 years ago

Yes, you're right. I was wondering why I was getting some 'invalid nonce' errors after the last update... I also checked: nonce is already milliseconds.

anders94 commented 10 years ago

I'm an idiot - sorry