From 16e915a7e60b468afe1b93e7962f7b7a6cf66e9c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:13:00 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/pages/core/architecture/pinning.mdx | 1 + src/pages/core/entrypoints.mdx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/core/architecture/pinning.mdx b/src/pages/core/architecture/pinning.mdx index 06d2695a..a1d7df38 100644 --- a/src/pages/core/architecture/pinning.mdx +++ b/src/pages/core/architecture/pinning.mdx @@ -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 diff --git a/src/pages/core/entrypoints.mdx b/src/pages/core/entrypoints.mdx index 7089ec0a..4d4ec736 100644 --- a/src/pages/core/entrypoints.mdx +++ b/src/pages/core/entrypoints.mdx @@ -36,8 +36,8 @@ use it when needed!" 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. -
In the following sections we will take a look at all possible entrypoints, including the correct - function signature. +
In the following sections we will take a look at all possible entrypoints, including the + correct function signature.