git.delta.rocks / unique-network / refs/commits / 7fa45b56518f

difftreelog

fix dmq event

Daniel Shiposha2023-10-20parent: #6ad9ed9.patch.diff
in: master

1 file changed

modifiedtests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth
263263
264 static DmpQueue = class extends EventSection('dmpQueue') {264 static DmpQueue = class extends EventSection('dmpQueue') {
265 static ExecutedDownward = this.Method('ExecutedDownward', data => ({265 static ExecutedDownward = this.Method('ExecutedDownward', data => ({
266 outcome: eventData<XcmV3TraitsOutcome>(data, 1),266 outcome: eventData<XcmV3TraitsOutcome>(data, 2),
267 }));267 }));
268 };268 };
269}269}