We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f971f commit c6978a8Copy full SHA for c6978a8
packages/std/src/addresses.rs
@@ -329,6 +329,7 @@ pub fn instantiate2_address(
329
/// Using any other value than 32 requires a coordination with the chain implementation.
330
/// See also <https://github.com/CosmWasm/cosmwasm/issues/2155>.
331
#[doc(hidden)]
332
+#[inline] // Only call this through a wrapper like instantiate2_address or a custom instantiate2_address_evm_compatible
333
fn instantiate2_address_impl(
334
checksum: &[u8],
335
creator: &CanonicalAddr,
0 commit comments