Increase initial money value for test mode
This commit is contained in:
parent
38d5a305ad
commit
a1c69ff65c
|
|
@ -954,7 +954,7 @@ async fn initialize_database() {
|
|||
}
|
||||
|
||||
if RUNNING_MODE == SIMUL {
|
||||
assets_managing_team::add_extra_usdt(dec!(1000.0)).await;
|
||||
assets_managing_team::add_extra_usdt(dec!(100000.0)).await;
|
||||
assets_managing_team::update_current_total_usdt().await;
|
||||
} else {
|
||||
let mut table_name = String::new();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user