Fix wrong print message
This commit is contained in:
parent
162ff464c3
commit
f92786fdcf
|
|
@ -308,7 +308,7 @@ pub async fn select_listuped_positions() -> Result<Vec<PositionCoinList>, Box<dy
|
||||||
if select_result.is_ok() {
|
if select_result.is_ok() {
|
||||||
Ok(select_result.unwrap())
|
Ok(select_result.unwrap())
|
||||||
} else {
|
} else {
|
||||||
eprint!("select_filled_positions() error!");
|
eprint!("select_listup_positions() error!");
|
||||||
Err("error")?
|
Err("error")?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user