p2pderivatives / p2pderivatives-client

Repository for the P2PDerivatives client
MIT License
25 stars 7 forks source link

Fix btc/sats conversion #88

Closed Tibo-lg closed 4 years ago

Tibo-lg commented 4 years ago

There was an error in the conversion from btc to sats when the number was a decimal. Ended up doing the same as sats to btc, manipulating strings instead of numbers. Also added some tests to confirm it's working.