fix: rate limit refetch

This commit is contained in:
Oleksandr Pravdyvyi 2025-07-16 08:18:44 +03:00
parent eee7cc1397
commit 38b57df883

View File

@ -5,6 +5,8 @@ use secp256k1_zkp::{CommitmentSecrets, Generator, PedersenCommitment, Tag, Tweak
use sha2::{Digest, Sha256};
use utxo::utxo_core::UTXO;
//
use crate::{cryptography::poseidon_hash, public_context::PublicSCContext};
fn hash(input: &[u8]) -> Vec<u8> {