Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Aug 13, 2023
1 parent b58caca commit e5e520f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zebrad/tests/common/lightwalletd/wallet_grpc_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub async fn run() -> Result<()> {
// As we are using a pretty much synchronized blockchain, we can assume the tip is above the Nu5 network upgrade
assert!(block_tip.height > Nu5.activation_height(network).unwrap().0 as u64);

// The first block in the mainnet thas has sapling and orchard information.
// The first block in the mainnet that has sapling and orchard information.
let block_with_trees = 1687107;

// Call `GetBlock` with `block_with_trees`.
Expand All @@ -166,8 +166,6 @@ pub async fn run() -> Result<()> {
// Make sure we got block `block_with_trees` back
assert_eq!(get_block_response.height, block_with_trees);

tracing::info!("{:?}", get_block_response.chain_metadata.clone());

// Testing the `trees` field of `GetBlock`.
assert_eq!(
get_block_response
Expand Down

0 comments on commit e5e520f

Please sign in to comment.