Skip to content

Commit

Permalink
Update crates/e2e/src/xts.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Müller <mich@elmueller.net>
  • Loading branch information
ascjones and cmichi authored Jan 24, 2023
1 parent b584734 commit 1159ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/src/xts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ where

/// Attempt to transfer the `value` from `origin` to `dest`.
///
/// Returns `Ok` if on success, and a [`subxt::Error`] if the extrinsic is
/// Returns `Ok` on success, and a [`subxt::Error`] if the extrinsic is
/// invalid (e.g. out of date nonce)
pub async fn try_transfer_balance(
&self,
Expand Down

0 comments on commit 1159ab6

Please sign in to comment.