Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Dec 4, 2023
1 parent e8a92a3 commit 24cbc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scan/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async fn scanning_zecpages_from_populated_zebra_state() -> Result<()> {
let ivk = fvk.vk.ivk();
let ivks = vec![ivk];

let network = zebra_chain::parameters::Network::Mainnet;
let network = Network::Mainnet;

// Create a continuous chain of mainnet blocks from genesis
let blocks: Vec<Arc<Block>> = zebra_test::vectors::CONTINUOUS_MAINNET_BLOCKS
Expand Down

0 comments on commit 24cbc97

Please sign in to comment.