Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed May 30, 2023
1 parent 3820c83 commit 72b41db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions contracts/native/version-control/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ pub fn propose_modules(
}

if config.allow_direct_module_registration {
// assert that its data is equal to what it wants to be registered under.
module::assert_module_data_validity(
&deps.querier,
&Module {
info: module.clone(),
reference: mod_ref.clone(),
},
None,
)?;
// assert that its data is equal to what it wants to be registered under.
module::assert_module_data_validity(
&deps.querier,
&Module {
info: module.clone(),
reference: mod_ref.clone(),
},
None,
)?;
REGISTERED_MODULES.save(deps.storage, &module, &mod_ref)?;
} else {
PENDING_MODULES.save(deps.storage, &module, &mod_ref)?;
Expand Down
4 changes: 2 additions & 2 deletions docs/src/video_and_content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ There are two faces to Abstract:

3. **How can I get started with Abstract?**

To get started with Abstract, check out the [docs](https://docs.abstract.money)! You will find comprehensive guides, tutorials, and resources to help you understand the platform's features and functionality. Additionally, you can join our [developer community on Discord](https://discord.gg/SKpcB6hb) to connect with like-minded developers and seek assistance if needed.
To get started with Abstract, check out [getting started](../get_started/index.md)! You will find comprehensive guides, tutorials, and resources to help you understand the platform's features and functionality. Additionally, you can join our [developer community on Discord](https://discord.gg/SKpcB6hb) to connect with like-minded developers and seek assistance if needed.

4. **Can I contribute to the Abstract ecosystem?**

Absolutely! Abstract values community contributions and welcomes developers to contribute to the growth of CosmWasm. The best ways for you to contribute are by creating modules (see the [developer docs](https://docs.abstract.money)), sharing your insights and knowledge, participating in discussions, and collaborating on some of our open-source projects. Check out the [Contributing page](https://docs.abstract.money/contributing) to learn more about how you can get involved.
Absolutely! Abstract values community contributions and welcomes developers to contribute to the growth of CosmWasm. The best ways for you to contribute are by creating modules (see the [getting started docs](../get_started/index.md)), sharing your insights and knowledge, participating in discussions, and collaborating on some of our open-source projects. Check out the [Contributing page](../contributing.md) to learn more about how you can get involved.

5. **How does Abstract ensure the security of financial applications?**

Expand Down

0 comments on commit 72b41db

Please sign in to comment.