Merge pull request #199 from vacp2p/Pravdyvy/fix-main

Fmt fix
This commit is contained in:
Pravdyvy 2025-11-27 11:41:23 +02:00 committed by GitHub
commit b26b972d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1169,8 +1169,8 @@ pub fn prepare_function_map() -> HashMap<String, TestFunction> {
// #[nssa_integration_test]
// pub async fn test_success_private_transfer_to_another_owned_account_cont_run_path() {
// info!(
// "########## test_success_private_transfer_to_another_owned_account_cont_run_path ##########"
// );
// "########## test_success_private_transfer_to_another_owned_account_cont_run_path
// ##########" );
// let continious_run_handle = tokio::spawn(wallet::execute_continious_run());
// let from: AccountId = ACC_SENDER_PRIVATE.parse().unwrap();