Skip to content

Commit

Permalink
fixup! fix everything that was depending on rm'd namada crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 1, 2024
1 parent 8ca5943 commit daaae7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/shielded_token/src/vp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ where
keys_changed: &BTreeSet<Key>,
) -> Result<()> {
let masp_epoch_multiplier =
namada_parameters::read_masp_epoch_multiplier_parameter(
self.ctx.state,
)?;
Params::masp_epoch_multiplier(&self.ctx.pre())?;
let masp_epoch = MaspEpoch::try_from_epoch(
self.ctx.get_block_epoch()?,
masp_epoch_multiplier,
Expand Down

0 comments on commit daaae7b

Please sign in to comment.