We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fe829 commit b5593acCopy full SHA for b5593ac
src/catalyst-toolbox/catalyst-toolbox/tests/tally/blockchain.rs
@@ -45,6 +45,7 @@ pub struct TestBlockchain {
45
pub committee_wallets: HashMap<Address, Wallet>,
46
pub committee_manager: CommitteeMembersManager,
47
pub vote_plans: Vec<VotePlan>,
48
+ #[allow(dead_code)]
49
pub voting_token: TokenIdentifier,
50
}
51
0 commit comments