Skip to content
Prev Previous commit
Next Next commit
Added backtick
  • Loading branch information
PierreOssun committed Apr 3, 2023
commit 4f0648ee69210b5e611b363072a40220aa924145
2 changes: 1 addition & 1 deletion crates/e2e/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ where
}

/// Executes a runtime call `call_name` for the `pallet_name`.
/// The `call_data` is a Vec<Value>
/// The `call_data` is a `Vec<Value>`
///
/// Note:
/// `pallet_name` must be in camel case ex: "System"
Expand Down
2 changes: 1 addition & 1 deletion crates/e2e/src/xts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ where
}

/// Submit an extrinsic `call_name` for the `pallet_name`.
/// The `call_data` is a Vec<subxt::dynamic::Value> that holds a representation of
/// The `call_data` is a `Vec<subxt::dynamic::Value>` that holds a representation of
/// some value
///
/// Returns when the transaction is included in a block. The return value
Expand Down