chore: fmt

This commit is contained in:
agureev 2026-06-11 16:11:41 +04:00
parent 64b3113ac9
commit 761ca5e127

View File

@ -4,10 +4,10 @@ use lee_core::{
account::{Account, Nonce},
program::{BlockValidityWindow, TimestampValidityWindow},
};
pub use lee_core::{EncryptedAccountData, ViewTag};
use sha2::{Digest as _, Sha256};
use crate::{AccountId, error::LeeError};
pub use lee_core::{EncryptedAccountData, ViewTag};
const PREFIX: &[u8; 32] = b"/LEE/v0.3/Message/Privacy/\x00\x00\x00\x00\x00\x00";