Skip to content

Commit 95bbc9c

Browse files
committed
fix build
1 parent 10ca139 commit 95bbc9c

File tree

1 file changed

+3
-1
lines changed
  • src/vit-testing/mainnet-lib/src/network/wallet_state/template

1 file changed

+3
-1
lines changed

src/vit-testing/mainnet-lib/src/network/wallet_state/template/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ mod external_providers;
44

55
use super::MainnetWalletState;
66
use crate::CardanoWallet;
7-
pub use actor::{Actor, delegator, registration, representative};
7+
pub use actor::Actor;
8+
#[cfg(test)]
9+
pub use actor::{delegator, registration, representative};
810
pub use arbitrary::generate_arbitrary_delegator;
911
use chain_crypto::PublicKeyFromStrError;
1012
pub use external_providers::{DummyExternalProvider, ExternalProvider};

0 commit comments

Comments
 (0)