Skip to content

Commit f785baa

Browse files
authored
Fix permission type (#56)
1 parent 77dc8e4 commit f785baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CryptoExchangeAPIs"
22
uuid = "5e3d4798-c815-4641-85e1-deed530626d3"
3-
version = "0.29.2"
3+
version = "0.30.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/Binance/Spot/API/ExchangeInfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct Symbols <: BinanceData
7474
isSpotTradingAllowed::Bool
7575
ocoAllowed::Bool
7676
orderTypes::Vector{String}
77-
permissions::Vector{Any}
77+
permissions::Vector{String}
7878
quoteAsset::String
7979
quoteAssetPrecision::Int64
8080
quoteCommissionPrecision::Int64

0 commit comments

Comments
 (0)