pub fn add_fake_results(
storage: &mut Storage,
network: &Network,
height: Height,
add_progress_marker: bool,
)
Expand description
Add fake results to storage
for testing purposes.
If add_progress_marker
is true
, adds a progress marker.
If it is false
, adds the transaction hashes from height
.