Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 12, 2024
1 parent ed8b416 commit 16e915a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/pages/core/architecture/pinning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ which required certain contracts to be executed in every block.
https://medium.com/confio/neutron-case-study-optimizing-gas-usage-with-contract-pinning-5970a109c706

[^1]: https://github.com/CosmWasm/wasmd/pull/1799

[^2]: https://github.com/CosmWasm/cosmwasm/issues/2034
4 changes: 2 additions & 2 deletions src/pages/core/entrypoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ use it when needed!"
<Callout>
When defining an entrypoint, it is important to use the correct types for the parameters and
return type. Incorrect types will cause errors when trying to call the contract.
<br /> In the following sections we will take a look at all possible entrypoints, including the correct
function signature.
<br /> In the following sections we will take a look at all possible entrypoints, including the
correct function signature.
</Callout>

<Callout>
Expand Down

0 comments on commit 16e915a

Please sign in to comment.