mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-22 08:58:12 +00:00
fix: align V2 client with official SDK fee behavior
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
#![cfg(feature = "stream")]
|
||||
|
||||
use futures::StreamExt;
|
||||
use polyfill_rs::{ClientConfig, ClobClient, OrderBookManager, WebSocketStream, WsBookUpdateProcessor};
|
||||
use polyfill_rs::{
|
||||
ClientConfig, ClobClient, OrderBookManager, WebSocketStream, WsBookUpdateProcessor,
|
||||
};
|
||||
use std::env;
|
||||
use std::time::Duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user