zebrad 6.2.3

The Zcash Foundation's independent, consensus-compatible implementation of a Zcash node
Documentation
1
2
3
4
5
6
7
8
9
10
use color_eyre::eyre::Result;

/// Test successful `getpeerinfo` RPC call against public Mainnet peers.
///
/// See [`crate::common::get_block_template_rpcs::get_peer_info`] for more information.
#[tokio::test]
#[ignore]
async fn get_peer_info() -> Result<()> {
    crate::common::get_block_template_rpcs::get_peer_info::run().await
}