From f785baa4b7ec0aa4518e1362d6c301fb903b1373 Mon Sep 17 00:00:00 2001 From: Stanislav Gryumov <33372067+gryumov@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:43:56 +0500 Subject: [PATCH] Fix permission type (#56) --- Project.toml | 2 +- src/Binance/Spot/API/ExchangeInfo.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7267b0b9..53221691 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "CryptoExchangeAPIs" uuid = "5e3d4798-c815-4641-85e1-deed530626d3" -version = "0.29.2" +version = "0.30.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/src/Binance/Spot/API/ExchangeInfo.jl b/src/Binance/Spot/API/ExchangeInfo.jl index 3377007c..52c3fbd7 100644 --- a/src/Binance/Spot/API/ExchangeInfo.jl +++ b/src/Binance/Spot/API/ExchangeInfo.jl @@ -74,7 +74,7 @@ struct Symbols <: BinanceData isSpotTradingAllowed::Bool ocoAllowed::Bool orderTypes::Vector{String} - permissions::Vector{Any} + permissions::Vector{String} quoteAsset::String quoteAssetPrecision::Int64 quoteCommissionPrecision::Int64