This commit is contained in:
Pravdyvy 2025-11-27 06:03:43 +02:00
parent 72d389a7c3
commit 00386eba24
3 changed files with 6 additions and 7 deletions

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();

View File

@ -1,12 +1,12 @@
use crate::program::ProgramId;
use borsh::{BorshDeserialize, BorshSerialize};
use serde::{Deserialize, Serialize};
#[cfg(feature = "host")]
use std::{fmt::Display, str::FromStr};
#[cfg(feature = "host")]
use base58::{FromBase58, ToBase58};
use borsh::{BorshDeserialize, BorshSerialize};
use serde::{Deserialize, Serialize};
use crate::program::ProgramId;
pub type Nonce = u128;
pub type Data = Vec<u8>;

View File

@ -1,5 +1,4 @@
use borsh::{BorshDeserialize, BorshSerialize};
use k256::{
AffinePoint, EncodedPoint, FieldBytes, ProjectivePoint,
elliptic_curve::{