When you need to pass an argument of List type, for example in Wallet class for com.koinbasket.common.binance.Wallet#dustTransfer, the UrlBuilder does not work properly. It has only handling for Double type and in else block it considers everything to work with toString. In case of list argument it forms bad value for the parameter.
When you need to pass an argument of
List
type, for example inWallet
class forcom.koinbasket.common.binance.Wallet#dustTransfer
, theUrlBuilder
does not work properly. It has only handling for Double type and in else block it considers everything to work withtoString
. In case of list argument it forms bad value for the parameter.