gmosx / kraken-sdk-rust

A Rust SDK for working with Kraken APIs
Apache License 2.0
23 stars 14 forks source link

DepositStatus::fee field is not present while the deposit is settling #19

Closed mvines closed 1 year ago

mvines commented 1 year ago

This is a minor change in the public API, not sure if this would be a problem or not. I observed that while a deposit is pending, the fee field is not returned by the Kraken API, which causes the response deserialization to fail

gmosx commented 1 year ago

Thank you. I added a minor comment.