Skip to content

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 29, 2023
1 parent 8f6f442 commit 077d6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/provider/native-staking-proxy/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ impl NativeStakingProxyContract<'_> {
}

// Build undelegate messages
// FIXME: Use an "immediate unbonding" message for undelegation
let mut undelegate_msgs = vec![];
for (validator, burn_amount) in burns {
let undelegate_msg = StakingMsg::Undelegate {
Expand Down

0 comments on commit 077d6eb

Please sign in to comment.