Rename function
This commit is contained in:
parent
10924bfa31
commit
052b5589d3
|
|
@ -295,8 +295,8 @@ pub async fn set_available_usdt() {
|
||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
// fetch available_usdt
|
// get available_usdt
|
||||||
pub async fn fetch_available_usdt() -> Decimal {
|
pub async fn get_available_usdt() -> Decimal {
|
||||||
let update_table_name = String::from("asset_manage_announcement");
|
let update_table_name = String::from("asset_manage_announcement");
|
||||||
let mut asset_info = select_asset_manage_announcement().await;
|
let mut asset_info = select_asset_manage_announcement().await;
|
||||||
asset_info.available_usdt
|
asset_info.available_usdt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user