Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed May 29, 2024
1 parent 84c315e commit b6128b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shielding_party/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@ fn apply_tx(ctx: &mut Ctx, _tx_data: BatchedTx) -> TxResult {
)?;
ctx.write(
&shielded_native_token_max_rewards_key,
Dec::from_str("0.0").unwrap(),
Dec::zero(),
)?;
ctx.write(
&shielded_native_token_target_locked_amount_key,
token::Amount::from_uint(0, 6).unwrap(),
)?;
ctx.write(
&shielded_native_token_kp_gain_key,
Dec::from_str("0.0").unwrap(),
Dec::zero(),
)?;
ctx.write(
&shielded_native_token_kd_gain_key,
Dec::from_str("0.0").unwrap(),
Dec::zero(),
)?;

// Enable shielded set rewards for ibc tokens
Expand Down

0 comments on commit b6128b7

Please sign in to comment.