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 e5048bb commit 57effa2Copy full SHA for 57effa2
core/src/cli_commands/vote_update_pool.rs
@@ -375,7 +375,7 @@ mod tests {
375
vote_parameters: Some(CastBallotBoxVoteParameters {
376
reward_token_id: force_any_val::<TokenId>(),
377
reward_token_quantity: 100000,
378
- pool_box_address_hash: force_any_val::<Digest32>().into(),
+ pool_box_address_hash: force_any_val::<Digest32>(),
379
}),
380
};
381
let inputs = BallotBoxWrapperInputs {
0 commit comments