Skip to content

Commit

Permalink
Clean up, appease clippy gods
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Hartnell committed Jul 5, 2024
1 parent 243b6d5 commit 015576b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions contracts/gauges/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Gauges

Forked from [Wynd DAO repo](https://github.com/wynddao/wynddao), modified to support any type of DAO.

## TODO
- [ ] More tests (consider refactoring with cw-orch)
- [ ] Make improvements to `GaugeAdapter` API
- [ ] Improve `GaugeAdapter` examples
- [ ] Does not handle small numbers elegantly (a problem with NFT DAOs, where people might stake 1 NFT)
- [ ] Better READMEs
2 changes: 1 addition & 1 deletion contracts/gauges/gauge-adapter/src/multitest/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl SuiteBuilder {
}

pub fn with_community_pool(mut self, community_pool: &str) -> Self {
self.community_pool = community_pool.to_owned();
self.community_pool = community_pool.to_string();
self
}

Expand Down

0 comments on commit 015576b

Please sign in to comment.