We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2482b8f commit e60ddc9Copy full SHA for e60ddc9
pallets/xcm-helper/src/lib.rs
@@ -300,7 +300,7 @@ impl<T: Config> Pallet<T> {
300
// Since xcm v3 doesn't support utility.batch_all
301
// instead, here append one more transact msg
302
303
- // A new bug occured due to XCM version incompatiable,
+ // A new bug occurred due to XCM version incompatible,
304
// here is a temp solutin which is ugly:
305
// ***`append_transact` MUST invoke after `report_outcome_notify`***
306
// Before insertion is:
0 commit comments