Fix invalid link in doc (#9351)

* fix invalid link

* Update client/executor/common/src/runtime_blob/globals_snapshot.rs

* more fix
This commit is contained in:
Guillaume Thiolliere
2021-07-16 09:24:26 +02:00
committed by GitHub
parent 76d147439a
commit 1e8035a273
13 changed files with 52 additions and 35 deletions
@@ -39,7 +39,7 @@ sp_api::decl_runtime_apis! {
{
/// Perform a call from a specified account to a given contract.
///
/// See [`pallet_contracts::Pallet::call`].
/// See `pallet_contracts::Pallet::call`.
fn call(
origin: AccountId,
dest: AccountId,
@@ -50,7 +50,7 @@ sp_api::decl_runtime_apis! {
/// Instantiate a new contract.
///
/// See [`pallet_contracts::Pallet::instantiate`].
/// See `pallet_contracts::Pallet::instantiate`.
fn instantiate(
origin: AccountId,
endowment: Balance,