Skip to content

Commit

Permalink
fixup! Audit TODOs in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed May 16, 2024
1 parent 04a2ff7 commit 069062d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/shielded_token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub struct ShieldedParams {
/// Shielded Pool nominal proportional gain for the given token
pub kp_gain_nom: Dec,
/// Target amount for the given token that is locked in the shielded pool
// TODO(namada#3255): use `Uint` here
pub locked_amount_target: u64,
}

Expand Down

0 comments on commit 069062d

Please sign in to comment.