Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jul 15, 2024
1 parent 7ba6bac commit a773d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/provider/native-staking-proxy/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub struct NativeStakingProxyMock<'a> {
burned: Item<'a, u128>,
}

#[cfg_attr(not(feature = "library"), sylvia::entry_points)]
#[contract]
#[sv::error(ContractError)]
impl NativeStakingProxyMock<'_> {
Expand Down

0 comments on commit a773d32

Please sign in to comment.