Skip to content

Commit

Permalink
chore(typo): internal.rs (#4498)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx authored Feb 7, 2025
1 parent 6eb523f commit 5ad86e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/gear/src/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ where
GasHandlerOf::<T>::create(origin.clone(), multiplier, key.clone(), amount)
.unwrap_or_else(|e| {
let err_msg = format!(
"create: failed to creat gas node. Origin - {origin:?}, message id - {key}, \
"create: failed to create gas node. Origin - {origin:?}, message id - {key}, \
amount - {amount}, is_reply - {is_reply}. Got error - {e:?}",
key = key.into(),
);
Expand Down

0 comments on commit 5ad86e2

Please sign in to comment.