Skip to content

Commit

Permalink
Fix permission type (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gryumov authored Sep 17, 2024
1 parent 77dc8e4 commit f785baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Binance/Spot/API/ExchangeInfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f785baa

Please sign in to comment.