CliffS / kraken-exchange

A library to access the Kraken Bitcoin Exchange
GNU General Public License v3.0
11 stars 10 forks source link

wrong function name in documentation #4

Closed Adipie closed 5 years ago

Adipie commented 5 years ago

appears in documentation: kraken.depositAddress(asset, method[, newAddress])

should be: kraken.depositAddresses(asset, method[, newAddress])

CliffS commented 5 years ago

Fixed. Thanks for the report.