difftreelog
fix make _uniqueChainMultilocationForRelay private
in: master
1 file changed
tests/src/xcm/xcm.types.tsdiffbeforeafterboth186 };186 };187 }187 }188188189 uniqueChainMultilocationForRelay() {189 private _uniqueChainMultilocationForRelay() {190 return {190 return {191 V3: {191 V3: {192 parents: 0,192 parents: 0,552552553 await usingRelayPlaygrounds(relayUrl, async (helper) => {553 await usingRelayPlaygrounds(relayUrl, async (helper) => {554 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [554 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [555 this.uniqueChainMultilocationForRelay(),555 this._uniqueChainMultilocationForRelay(),556 program,556 program,557 ]);557 ]);558 });558 });608608609 await usingRelayPlaygrounds(relayUrl, async (helper) => {609 await usingRelayPlaygrounds(relayUrl, async (helper) => {610 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [610 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [611 this.uniqueChainMultilocationForRelay(),611 this._uniqueChainMultilocationForRelay(),612 program,612 program,613 ]);613 ]);614 });614 });