kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

check_subscription_before_vccn #375

Closed D-Stacks closed 5 months ago

D-Stacks commented 5 months ago

this stops acceptance_store queries if not required.

humoud19801 commented 5 months ago

In summary, the modification stops acceptance_store queries in cases where they are not required, aiming to enhance the overall efficiency and performance of the system by optimizing resource usage. This aligns with a common software development principle of minimizing unnecessary operations for improved speed and resource utilization.