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