Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Nov 15, 2024
1 parent b545457 commit a1c38ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions substrate/frame/support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1889,9 +1889,9 @@ pub mod pallet_macros {
/// still charged.
///
/// Also this will not allow accountless caller to send a transaction if some transaction
/// extension such as [`frame_system::CheckNonce`] is used.
/// Extensions such as [`frame_system::CheckNonce`] require a funded account to validate the
/// transaction.
/// extension such as `frame_system::CheckNonce` is used.
/// Extensions such as `frame_system::CheckNonce` require a funded account to validate
/// the transaction.
///
/// ### Macro expansion
///
Expand Down

0 comments on commit a1c38ea

Please sign in to comment.