Skip to content

Commit e60ddc9

Browse files
committed
fix ci
1 parent 2482b8f commit e60ddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/xcm-helper/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl<T: Config> Pallet<T> {
300300
// Since xcm v3 doesn't support utility.batch_all
301301
// instead, here append one more transact msg
302302

303-
// A new bug occured due to XCM version incompatiable,
303+
// A new bug occurred due to XCM version incompatible,
304304
// here is a temp solutin which is ugly:
305305
// ***`append_transact` MUST invoke after `report_outcome_notify`***
306306
// Before insertion is:

0 commit comments

Comments
 (0)