Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkast committed Nov 29, 2023
1 parent addde7a commit 73dff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/fee-distribution/staking/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use fee_distribution::staking::{ExecuteMsg, InstantiateMsg, QueryMsg};
use crate::{
error::ContractError,
handle::{
handle_claim, handle_pause, handle_stake, handle_unpause, handle_update_config,
handle_claim, handle_pause, handle_stake, handle_unstake, handle_unpause, handle_update_config,
handle_update_rewards,
},
messages::{create_instantiate_token_msg, receive_cw20},
Expand Down

0 comments on commit 73dff2a

Please sign in to comment.