File tree Expand file tree Collapse file tree
client/rpc-core/types/src
pallets/xcm-transactor/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Copyright 2019-2025 PureStake Inc..
1+ // Copyright 2019-2025 PureStake Inc.
22// This file is part of Moonbeam.
33
44// Moonbeam is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ pub mod pallet {
777777 Ok ( ( ) )
778778 }
779779
780- /// Transact the call through the a signed origin in this chain
780+ /// Transact the call through a signed origin in this chain
781781 /// that should be converted to a transaction dispatch account in the destination chain
782782 /// by any method implemented in the destination chains runtime
783783 ///
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ macro_rules! impl_runtime_apis_plus_common {
186186 // in the storage
187187 Executive :: initialize_block( header) ;
188188
189- // Apply the a subset of extrinsics: all the substrate-specific or ethereum
189+ // Apply a subset of extrinsics: all the substrate-specific or ethereum
190190 // transactions that preceded the requested transaction.
191191 for ext in extrinsics. into_iter( ) {
192192 let _ = match & ext. 0 . function {
You can’t perform that action at this time.
0 commit comments