Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zcash_local_net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Re-export ActivationHeightsBuilder

### Removed

Expand Down
2 changes: 1 addition & 1 deletion zcash_local_net/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
pub use zcash_protocol::PoolType;

/// External re-exported zcash types.
pub mod protocol {

Check warning on line 53 in zcash_local_net/src/lib.rs

View workflow job for this annotation

GitHub Actions / cargo-checkmate / Cargo checkmate (format)

Diff in /home/runner/work/infrastructure/infrastructure/zcash_local_net/src/lib.rs
pub use zcash_protocol::PoolType;
pub use zebra_node_services::rpc_client::RpcRequestClient;
pub use zingo_common_components::protocol::{ActivationHeights, NetworkType};
pub use zingo_common_components::protocol::{ActivationHeights, ActivationHeightsBuilder, NetworkType};

Check failure on line 56 in zcash_local_net/src/lib.rs

View workflow job for this annotation

GitHub Actions / External Types (public API)

Unapproved external type `zingo_common_components::protocol::ActivationHeightsBuilder` referenced in public API
}

/// External re-exported types.
Expand Down
Loading