Skip to content

Commit

Permalink
External and native staking compile, some tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed May 9, 2024
1 parent 1d3772e commit 632ee1b
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 104 deletions.
2 changes: 1 addition & 1 deletion contracts/provider/external-staking/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ mod tests {
use crate::msg::{AuthorizedEndpoint, ReceiveVirtualStake, ValidatorState};
use cosmwasm_std::testing::{mock_dependencies, mock_env, mock_info};
use mesh_apis::cross_staking_api::CrossStakingApi;
use mesh_apis::vault_api::VaultApiExecMsg::CrossSlash;
use mesh_apis::vault_api::sv::VaultApiExecMsg::CrossSlash;

static OSMO: &str = "uosmo";
static CREATOR: &str = "creator";
Expand Down
Loading

0 comments on commit 632ee1b

Please sign in to comment.