binance-rs-async icon indicating copy to clipboard operation
binance-rs-async copied to clipboard

futures: fix cancel_all_open_orders() reqwest decode () error

Open eliotOrderson opened this issue 1 year ago • 0 comments

cancel_all_open_orders can successful cancel all open orders, But it will happened the error: " ReqError(reqwest::Error { kind: Decode, source: Error("invalid type: map, expected unit", line: 1, column: 0) }) ", I don't know why this is happening, But after specifying T for "Success", the error will be resolved

eliotOrderson avatar Apr 22 '24 09:04 eliotOrderson